Tag Archives: SSH

SSH Authentication Key Setup Ubuntu

Here is how to set up key based authentication for OpenSSH server on Ubuntu 14.04 First, generate your keypair for the account.  You can leave the private key password blank if you do not want to enter one every time. cperson@WEB:~/.ssh$ ssh-keygen -t rsa Copy your private key to your computer.  You may need to… Read More »