Hacker News new | ask | show | jobs
by jjjeffrey 4425 days ago
This is great!

Some other things about ssh that everyone knew but me (until I found out):

-scp supports bash completion for files on the server if you use a key pair.

-Keychain (http://www.funtoo.org/Keychain) makes having a password on your private key less of a hassle by prompting for your password when you first log in to your local account and using that when you ssh. (ssh-agent alone is similar but requires your password for every new login session).