SSH login without password -how to use keys

To log in via SSH without a password, you can use a pair of encryption keys. Some people use this method out of laziness not to enter the password every time, others for security reasons. I often see this method in scripts, which prevents the password from being explicitly given in the file. Generating keys … Continue reading SSH login without password -how to use keys