correct old typo

This commit is contained in:
Steven Agyekum 2021-08-02 19:18:51 +02:00
parent eb3ddd767e
commit 2b8e763f59

View file

@ -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.