SSH public key encryption - How to generate the key and how to copy it to the remote machine
ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub | ssh [email protected] "cat >> ~/.ssh/authorized_keys"
ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub | ssh [email protected] "cat >> ~/.ssh/authorized_keys"