authentication agent for ssh

a daemon-like program to hold private keys for automatic authentication of ssh sessions (and therefore scp jobs). very useful for scripts and lazy typers.

keys have to be generated with ssh-keygen, added to the server's ~/.ssh/authorized-keys and added to ssh-agent with ssh-add.

see also:
man ssh-agent
man ssh