Home
Posts Tagged "generating key pairs in Linux"
How To Configure SSH Auto Login Using Keys In Linux
Sep 28th, 2018 · Comments Off on How To Configure SSH Auto Login Using Keys In Linux
It is convenient to setup a key based authentication when trying to remotely connect using SSH. This is also useful when running scripts that require a non-interactive login without any password.
Setting this up is not just for servers, you can also use your Linux PC to setup a key pair with a remote system which you can then use to backup data and so on.
Basically, this requires two steps :
1.Generating...