Questions tagged [ssh2]

SSH2 is a commercial SSH implementation evolved from the original SSH.

SSH2 is a commercial SSH implementation evolved from the original SSH. It is an alternative to , which is the most common SSH implementation. Both implementations support version 2 of the SSH protocol.

1 questions
33
votes
2 answers

Convert OpenSSH private key into SSH2 private key

Is there a way to convert existing pair of OpenSSH keys to the SSH2 (ssh.com format) pair of keys? UPD: since there are some answers about ssh-keygen suddenly appeared, I'll explain where I came from (also it will be a nice answer on "what have you…