-
Notifications
You must be signed in to change notification settings - Fork 1.5k
PrivateKey转换
next-autumn edited this page May 29, 2021
·
1 revision
ProxySU调用SSH.NET库登录远程主机,目前SSH.NET只支持以下格式的密钥:
- RSA in OpenSSL PEM and ssh.com format
- DSA in OpenSSL PEM and ssh.com format
- ECDSA 256/384/521 in OpenSSL PEM format
- ED25519 in OpenSSH key format
见官方说明:
https://github.com/sshnet/SSH.NET#public-key-authentication
如果当前拥有的密钥格式不是以上几种,可以下载puttygen工具,将其转换成上面的格式。
下面是如何使用puttygen工具的简单说明。
先在这个页页下载:https://www.puttygen.com/download-putty
puttygen是putty工具包的一部分。
下载后,打开puttygen.exe,按下图中所示,操作即可完成格式转换。