TweetMake sure you installed openssh with following command: sudo apt-get install openssh-server If you have not generated an ssh keypair on your client, type ssh-keygen -t dsa In your $HOME/.ssh directory, create a file authorized_keys if not existing: ~/.ssh: touch…