我想将ed25519私钥(由ssh-keygen命令生成)转换为ppk文件.但我得到了错误.
无法加载私钥(无法识别的密码名称)
有人能帮我吗?
测试openssh版本:OpenSSH_7.6p1, OpenSSL 1.1.0g 2 Nov 2017和OpenSSH_7.6p1, OpenSSL 1.0.2n 7 Dec 2017(在CoreOS和ArchLinux docker容器上)
测试腻子版本:0.70 64bit,0.70 32bit和snapshot(在Windows 10)
我的程序如下.
# ssh-keygen -t ed25519 -a 100
Generating public/private ed25519 key pair.
Enter file in which to save the key (/root/.ssh/id_ed25519):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_ed25519.
Your public key has been saved in /root/.ssh/id_ed25519.pub.
The key …Run Code Online (Sandbox Code Playgroud)