Displaying 1 result from an estimated 1 matches for "old_ssh_host_rsa_key".
2007 Jan 23
3
Move servers public/private keys to a new host
...g our CVS server from a Solaris host to a
Linux host (this weekend) and I just realized the hostkey is going to
change.
I tried copying the old host's pub/priv keys to the new host, but when I
start sshd on the new host (using -ddd) I get:
debug3: Not a RSA1 key file /usr/local/etc/ssh/old_ssh_host_rsa_key
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
Could not load host key: /usr/local/etc/ssh/old_ssh_host_rsa_key
The biggest problem is with all our Windows users. Since they only use
SSH (really plink) for CVS access, the CVS command fails...