How to Login to a Linux Server with SSH
What is a SSH? SSH is the acronym of Secure Shell, which is one of the popular networking protocols.
SSH uses cryptography to authenticate and encrypt connections between devices. To be more specific, it uses asymmetric encryption. Cryptography is out of scope for the purpose of this article though.
How to Generate a SSH Key Pair? On a Linux machine(Or Mac), you can simply run:
1 ssh-keygen -t rsa -C "me@crazyoptimist.