Child pages
  • Key generation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Log in as the future user of the keys on the system where the private key will be kept private.

When running the following command, press Enter to accept the default answer to all the questions.

ssh-keygen -t rsa
Enter file in which to save the key ...: <your choice>
Enter passphrase (empty for no passphrase): <your choice>

Two files should have been created, for example:

...