On Mon, 2013-09-30 at 16:58 -0400, Paul Smith wrote: > Adding a passphrase is very little trouble for a good bit of extra > security. Just to point out, you can add a passphrase to an existing private key and thus improve its security; you don't have to create a new public key and redistribute it. See "ssh-keygen -p". Cheers!