SSH Configuration
When starting at a new client you generally have to remember passwords on a bunch of *nix machines – dev, uat, prod and various others. I usually securely store those passwords somewhere and ideally never have to look them up again. Instead, I distribute my public key to the appropriate servers so that I am never actually prompted for a password.
Create the ssh keys
If you don’t already have a private and public key created, now is the time to create one. On your desktop:
Publish your public key to the relevant servers.
### Attempt login to those relevant servers.
Create Aliases (optional)
Next I add aliases to my bash profile so that I don’t even have to remember the full server names.
Written on March 17, 2015