Google the SiteQuicksearchCategoriesCreative CommonsBlog Administration |
Wednesday, August 30. 2006Eliminate SSH Passwords in PuttyTrackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
Hey Jez,
Didn't know you could do this with Putty. I run 3 servers and this would save me a fair bit of time. Thanks for this :)
Nice one :)
There's a 'keychain' type application for putty/windows as well, Pageant I think it's called - yep it's on the Putty downloads page here. The idea is it keeps a load of different keys you use on different machines/server in one place, so you have it start up with windows and it loads all the keys in one go rather than having to enter passphrases for each and every key each time you use it (like ssh-agent in the *nix commandline - the link is the first result i found on google hehe, seems like good info thou). Maybe Pageant might be a better alternative for me actually since I don't protect my private key with a passphrase - anyone gets a hold of my private key they can use it to login as 'munk'. I think pageant just prompts you once for a 'master' password and after that you don't need to continuously enter the passphrases for each and every key... maybe :) More ideas anyway!
Stealing ssh private keys is one of my fav ways to own security professionals munk..... All you'd need to do is compromise the machine running the client and copy the key, and oopz, you lost your server. Even worse if you use the key over a few servers...
I leave the key to my house under the doormat... lol
And... also i'm running windows on teh client, so as you know it's uber secure anyway :o |