I am running OpenSSH on redhat 8. I have generated a keypair using the
client from ssh.com (Secure Shell Client). the key has been uploaded to
the server and I have attempted to convert the key to Open ssh using:

# ssh-keygen -X -f .ssh2/dsa2048key.pub >>.ssh/authorized_keys2

and

# ssh-keygen –i –f  .ssh2/dsa2048key.pub  >> .ssh/authorized_keys2

I get: illegal option -- X
with the first and:
Private key -f is unreadable.
Error: Cannot determine the type of the key.
with the second.

I have read somplace that some versions of ssh-keygen are unable to make
this conversion but my RedHat AS 2.1 machine does it fine as well as all
of my FreeBSD machines.

Anyone have an answer to this?

Thanks.

Nathan



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to