SSH Configuration: The Easy Way

So having problems using SSH to log into your servers? don’t fret, I am writing this to make your life easier.

There are two ways to use SSH, one using “PasswordAuthentication” and one using ssh-generated public and private Keys. The keyed methods is the one you will end up using most of the time. Now. here is how to go about it:
Continue reading