JesusMtnez
3/14/2015 - 12:31 PM

Configure SSH

Configure SSH

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