SSH Key Management
## GENERATE KEY...
## COPY KEY TO ANOTHER MACHINE
# Step 1
brew install ssh-copy-id #if different than default key use -i <name-of-identity-file>
# Step 2
ssh-copy-id user@hostname.example.com
# Step 3
enter password at prompt
# http://manpages.ubuntu.com/manpages/lucid/man1/ssh-copy-id.1.html