Agent forwarding with DSA keys?
Richard E. Silverman
res at shore.net
Mon Oct 9 03:46:59 EST 2000
peter> Also, would anyone know anything about a utility that is able to
peter> convert ssh.com private DSA keys into PEM OpenSSL private DSA keys?
markus> ssh.com's format is not documented.
True. However, ssh.com-2.3.0 has added a ssh-keygen -i feature, which
prints out all the parameters for a DSA public or private key. So I wrote
the following quick hack to take the output of that and write out an
OpenSSH private key. I should probably roll a fancier version of this
into the OpenSSH ssh-keygen as -z.
http://www.snailbook.com/tools/dsa-convert.c
--
Richard Silverman
slade at shore.net
More information about the openssh-unix-dev
mailing list