On Wed, Oct 10, 2001 at 04:22:21PM -0500, Donald Brandon wrote:
> Hello:
> I am using SecureShell on a windows platform as a client, wanting to
> connect to a linux system running openssh as a server. Connection by
> password works fine and I love the secureshell gui. However, I would
> prefer to connect using public keys. Upon generating my dsa key set I
> realize the format the public key stores in is different than with
> openssh. Is it going to be possible to use this client with the openssh
> server?
On the Linux host:
man ssh-keygen
:
ssh-keygen -x [-f input_keyfile]
ssh-keygen -X [-f input_keyfile]
:
:
-x This option will read a private OpenSSH DSA format file and print
a SSH2-compatible public key to stdout.
-X This option will read a unencrypted SSH2-compatible private (or
public) key file and print an OpenSSH compatible private (or pub�
lic) key to stdout.
Just take your public DSA key and feed it through ssh-keygen -X
and it should spit out what you want.
> Thanks,
> DB
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
Michael H. Warfield | (770) 985-6132 | [EMAIL PROTECTED]
(The Mad Wizard) | (678) 463-0932 | http://www.wittsend.com/mhw/
NIC whois: MHW9 | An optimist believes we live in the best of all
PGP Key: 0xDF1DD471 | possible worlds. A pessimist is sure of it!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]