ssh
Installing ssh server
sudo apt-get install openssh-server
Setting up ssh connections without requiring a password
-
Copy public key from local machine to remote machine
scp ~/.ssh/id_rsa.pub mythbox@c2:/tmp/jess.id_rsa.pub
-
Log in to remote machine and append public key to authorized_keys file
ssh mythbox ...