SSH
Submitted by c0mputerking on Thu, 12/11/2008 - 15:55.
Passwordless login
# ssh-agent
# ssh-keygen -t rsa
You must do this on each server
# cat ~/.ssh/id_rsa.pub | ssh username@server.com 'cat >> .ssh/authorized_keys'
# ssh-add -K
Optionally you can add a path
# ssh-add -K /path/to/private/key/file

![[Most Recent Quotes from www.kitco.com]](http://www.kitconet.com/charts/metals/gold/t24_au_en_usoz_2.gif)
![[Most Recent Quotes from www.kitco.com]](http://www.kitconet.com/charts/metals/platinum/t24_pt_en_uskg_2.gif)
