Re: convert FSECURE SSH host keys to OpenSSH format?

From: Neil W Rickert (rickert+nn@cs.niu.edu)
Date: 01/08/02


From: Neil W Rickert <rickert+nn@cs.niu.edu>
Date: 8 Jan 2002 13:59:59 GMT

JS <vervoom@hotmail.com> writes:

>I'm changing a server over from FSECURE SSH to OpenSSH.
>Is it possible to use ssh-keygen to convert the FSECURE SSH host keys to
>OpenSSH format before making the cutover?

For SSH1 keys, just a straight file copy will suffice.

For the SSH2 dsa keys:

  /path/to/openssh/ssh-keygen -i -f /etc/ssh2/hostkey > ssh_host_dsa_key

and a similar command with ".pub" at the end of both file arguments.


Quantcast