Password less SSH Authentication using public/private keys

SSH gives you remote access to a Linux machine, just like you are sitting physically with the keyboard attached to it. One of the main reasons why people use ssh is because its secure, all communication is encrypted and packets can not be sniffed during connection. How ever if some one knows your SSH password then your server/personal computer is…