How to generate an SSH key pair in Windows using PuTTY?

Posted karmapeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to generate an SSH key pair in Windows using PuTTY?相关的知识,希望对你有一定的参考价值。

You can generate an SSH key on Windows using the PuTTY SSH client. You can download PuTTY for free from this URL.

To generate a key with PuTTY, you should:

  • Download and start the puttygen.exe generator.
  • In the "Parameters" section choose SSH2 DSA and press Generate.
  • Move your mouse randomly in the small screen in order to generate the key pairs.
  • Enter a key comment, which will identify the key (useful when you use several SSH keys).
  • Type in the passphrase and confirm it. The passphrase is used to protect your key. You will be asked for it when you connect via SSH.
  • Click "Save private key" to save your private key.
  • Click "Save public key" to save your public key.

以上是关于How to generate an SSH key pair in Windows using PuTTY?的主要内容,如果未能解决你的问题,请参考以下文章

Generate SSH key

How to generate file name according to datetime in bat command

How to create an rpm package

how to generate a SKProduct directly

How to image a CD/DVD ROM and generate hash value

How to throw an error in MySql procedure?