Posts tagged with id-rsa

Generating RSA keys

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.