windows下手动生成SSH key

window环境下需要ssh client, 较好的选择是PuTTY 和 Git Bash。使用这两者手动生成ssh key 也比较方便。

1.PuTTYgen

(1)下载PuTTYgen.exe,用于生成ssh key。

2.Git

官网( https://git-scm.com/ )下载git。

在YOUR_GIT_DIR/usr下可以找到 ssh-keygen.exe


具体步骤可以参考:

https://docs.joyent.com/public-cloud/getting-started/ssh-keys/generating-an-ssh-key-manually/manually-generating-your-ssh-key-in-windows#putty


参考

https://www.ssh.com/ssh/keygen/

https://www.ssh.com/ssh/putty/windows/puttygen

你可能感兴趣的:(windows下手动生成SSH key)