Jun
15
2009
0
By David Luhman
Here are some good resources in the area of SSH keys :
## Key-based logins with PuTTY - Excellent How-To with pics
* http://www.howtoforge.com/ssh_key_based_logins_putty
## Good overview of SSH keys - including optional hardeners
* http://www.eng.cam.ac.uk/help/jpmg/ssh/authorized_keys_howto.html
## Good overview of SSH keys, including Keychain to remember passphrases
* http://www.ibm.com/developerworks/linux/library/l-keyc.html
* http://www.gentoo.org/proj/en/keychain/
Note PuTTY's Pageant is a Windows form of Keychain
## Good guide on how to handle multiple ssh keys with multiple accounts
* http://www.kelvinwong.ca/2011/03/30/multiple-ssh-private-keys-identityfile/
* http://serverfault.com/questions/262626/how-to-configure-ssh-client-to-u...