ssh-keygen -t rsa -b 2048 -C 'deploy@laptop'
ssh-copy-id [email protected]
# ssh-copy-id does not ship with OS X; this is the same thing
cat ~/.ssh/id_rsa.pub | ssh [email protected]
'mkdir -p ~/.ssh && chmod 700 ~/.ssh && cat >> ~/.ssh/authorized_keys'