yes. use ssh-keygen from openssh to import the publickey.
$ ssh-keygen -i -f pubkey-from-windows-cient > pubkey-in-openssh-format $ cat pubkey-in-openssh-format >> $HOME/.ssh/authorized_keys2 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? > > Thanks, > DB > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
