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.

...

Windows Client

Warning

Instructions for Windows to be put here.

If you are on a Windows machine, make sure to store your private key on a protected location. Usually this would be your Windows desktop or home directory.

Unix Client

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

...

On a Unix system file permissions should automatically be set to protect your key files from other accounts.

Windows Client

Warning

Instructions for Windows to be put here.

...