1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Implemented export of OpenSSH keys.

[originally from svn r1677]
This commit is contained in:
Simon Tatham
2002-05-14 18:11:15 +00:00
parent ed29fdc91c
commit 030c75b7db
3 changed files with 315 additions and 14 deletions

View File

@ -1,4 +1,4 @@
\versionid $Id: faq.but,v 1.26 2002/05/13 16:48:31 simon Exp $
\versionid $Id: faq.but,v 1.27 2002/05/14 18:11:15 simon Exp $
\A{faq} PuTTY FAQ
@ -38,8 +38,9 @@ version 0.52.
\cw{ssh.com} SSHv2 private key files?
Version 0.52 doesn't, but in the latest development snapshots
PuTTYgen can load OpenSSH and \cw{ssh.com} private keys. We plan to
add an export feature so that it can save them as well.
PuTTYgen can load OpenSSH and \cw{ssh.com} private keys, and save
OpenSSH private keys. We plan to add exporting of \cw{ssh.com} keys
as well.
\S{faq-ssh1}{Question} Does PuTTY support SSH v1?