Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Changes
|
Wishlist
Although PuTTY shares the same SSH-1 private key file format as OpenSSH and ssh.com's product, all the SSH-2 formats are different. Of course, we believe PuTTY's is the best, because it shows the public key unencrypted (so it's easy to check by eye that a particular private key matches a particular public key) and because it's fully tamperproofed to protect against any attacks that involve tampering with the key to reveal information about it.
However, a lot of people want to be able to use their OpenSSH or ssh.com private keys (usually OpenSSH) with PuTTY. So we probably need at least PuTTYgen to be able to load and save those formats. (I think if we build the conversion capability into PuTTYgen, there will be no need to bloat PuTTY itself with the same code.)
Update: As of 2002-06-15, PuTTYgen supports import/export of both OpenSSH and ssh.com key formats. (We still don't support using them without the import step, though; see key-formats-natively for that.)