Xshell Forum
One of my servers is using openssh keypair authentication.
I used puttygen to generate a public key and a private key, and have been able to login to my server using the ppk file with putty.
But when I tried to import the ppk file into Xshell, it always says "Failed to import the user key!".
Program Ver. : Xshell 3.0
I used puttygen to generate a public key and a private key, and have been able to login to my server using the ppk file with putty.
But when I tried to import the ppk file into Xshell, it always says "Failed to import the user key!".
Program Ver. : Xshell 3.0
I generated a keypair with ssh 5.5 p1 and tried to import the public key into Xshell but it failed. This should be the standard OpenSSH format for the key so I do not understand why that would not be supported, vs PuTTY's propriety format.
Why would that have failed?
Why would that have failed?
Xshell supports SECSH public key file format. To convert the public key into SECSH format, you can use the -e ssh-keygen option. For example, to convert a public key, "test.pub" to SECSH format, use:
# ssh-keygen -e test.pub
---
Technical Support
# ssh-keygen -e test.pub
---
Technical Support