SSH Key-Pair Authentication

Increase your server security by configuring the login to using SSH key-pair authentication. Key authentication allows for an automated encrypted login procedure which can be used across SSH servers. No more remembering passwords, just one public and one private key to manage your login(s). All more secure than those long and complicated passwords.

So let’s get rid of that password authentication and start configuring SSH key-pair authentication.

Read More »