1. SSH Key Generation
System AdministratorBackground
The administrator needs to set up secure passwordless login for a new Linux server.
Problem
Needs a standard RSA key pair to add to the authorized_keys file.
How to use
Select RSA, choose 2048 bits, and set the format to PEM.
Algorithm: RSA, Key Size: 2048, Format: PEMOutcome
A public and private key pair is generated, ready to be saved and deployed to the server.