mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-23 16:03:46 +01:00
correct old typo
This commit is contained in:
parent
eb3ddd767e
commit
2b8e763f59
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ It takes one optional argument, for the name of the agent to be stopped. Default
|
||||||
#### agent-add
|
#### agent-add
|
||||||
This command adds a key to the currently running SSH agent. The key is taken from stdin, and the agent used is that in SSH_AGENT_PID.
|
This command adds a key to the currently running SSH agent. The key is taken from stdin, and the agent used is that in SSH_AGENT_PID.
|
||||||
|
|
||||||
#### agent-autoadd
|
#### agent-autostart
|
||||||
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".
|
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.
|
As with agent-start, this command needs to be sourced.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue