SSH - Login using certificates instead of password

By default, SSH requires you to enter a password each time you log in. However, you can set up passwordless SSH login using a public/private key pair. This is a more secure way to log in, and it can also save you time. To set up passwordless SSH login, you will need to generate a public/private key pair on your local computer. You can do this using the following command:...

March 27, 2023 · 2 min · Jahnin Rajamoni