Page tree

Versions Compared

Key

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

...

With a Unix based system this can be accomplished with the command line as follows. Windows does not have a native way of doing this, but most Windows ssh client programs will provide a means of key generation.

It actually does not matter what kind of system the keys are generate on. The keys from one type of system can easily be moved to another.

Unix Based System

ssh-keygen without parameters generates 2048 RSA public and private keys.

...