tips:linux:sshagent
How to use the SSH authentication agent?
To start the agent:
ssh-agent $SHELL
or whichever shell you prefer.
To add your keys to the agent:
ssh-add
To kill the current agent:
ssh-agent -k
That's it.
tips/linux/sshagent.txt · Last modified: 2015/11/04 07:43 by erik