User Tools

Site Tools


tips:linux:sshagent

This is an old revision of the document!


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 ssh-agent:

ssh-agent -k

That's it.

tips/linux/sshagent.1446622050.txt.gz · Last modified: 2015/11/04 07:27 by erik