Re: convert FSECURE SSH host keys to OpenSSH format?
From: Neil W Rickert (rickert+nn@cs.niu.edu)Date: 01/08/02
- Next message: Jon: "right mouse button to paste in ssh.com client"
- Previous message: JS: "convert FSECURE SSH host keys to OpenSSH format?"
- In reply to: JS: "convert FSECURE SSH host keys to OpenSSH format?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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.
- Next message: Jon: "right mouse button to paste in ssh.com client"
- Previous message: JS: "convert FSECURE SSH host keys to OpenSSH format?"
- In reply to: JS: "convert FSECURE SSH host keys to OpenSSH format?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]