2. Generating RSA SSH Key

On the system you with to generate the key, type:

ssh-keygen -t rsa

When prompted for a "passphrase", enter a securty password/passphrase. This should be complex and/or something that you keep in a password manager. This is what your terminal should look like after key generation.

Last updated