SSH Key Login

I can never remember how to do this, so here’s the simple step-by-step for logging-in from client$ to server$ Create your key client$ ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/home/user/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/user/.ssh/id_rsa. …