ssh auto login with rsa key

## On the local machine
ssh-keygen -t rsa
# hit return three times

ssh-copy-id -i ~/.ssh/id_rsa.pub user@remote_host
# enter your password for user on remote_host