Quickly using the SSH agent

ssh-agent is a program that used together with OpenSSH or similar SSH programs provides a secure way of storing the private key.

In many places, you will find that the typical way of using ssh-agent is:

$ ssh-agent > ~/.ssh/agent
$ source ~/.ssh/agent

There is, however, an even easier way:

$ source <(ssh-agent)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s