Public key authentication over SSH
I’m using Xubuntu 12.04.03 32bit If you want to use public key authentication over SSH in your server you can just change localhost with your servers IP address. First you need to install openssh-server. $ sudo apt-get update && sudo apt-get install -y openssh-server Make user and test your ssh works. $ sudo adduser soivite01…