Generating RSA keys

less than 1 minute read

In order to create a pair of RSA keys, use ssh-keygen -t rsa -C "user@host". The -C option is optional, but can be used to put your email address into the key.

Leave a Comment