Linux - SSH Key Authentication
One of the most secure ways to connect to a system is with SSH key
authentication that, combined with good firewall rules it can prevent all sorts
of attacks.
Step 01 - Creating the Keys
Let's generate a key pair with the command below :
ssh-keygen -b 4096 -t