ssh-keygen -t rsa
scp ~/.ssh/identity.pub drobbins@remotebox
ssh drobbins@remotebox
cat identity.pub >> ~/.ssh/authorized_keys
exit
ssh drobbins@remotebox