Configure SSH
ssh-keygen -t rsa -C "your_email@example.com"
cat ~/.ssh/id_rsa.pub | ssh user@hostname 'cat >> .ssh/authorized_keys'