This command starts the SSH agent and loads the private key from the "SSH_PRIVATE_KEY" environment var. The command takes one optional argument, for the name of the agent to be started. Defaults to "default".
As with agent-start, this command needs to be sourced.
### known_hosts management
#### hosts-clear
This command truncates the known_hosts file and sets its permissions.
#### hosts-add
This command adds an entry to the known hosts file, and ensures its permissions are correct. It takes one argument, which is the new key to add.
## Tags
Most numeric tags are simple version numbers for the various scripts. However, there are some special tags.
staging: The latest build from the master branch.
*-rc: release candidate builds, nearly ready but might contain small changes.
*-beta: beta builds, still need testing but shouldn't change too much.
*-alpha: alpha builds, which are likely to change.