FTPS SSH Host Key after IP Address Change

Posted by David George on Server Fault See other posts from Server Fault or by David George
Published on 2012-09-04T23:29:33Z Indexed on 2012/09/05 3:40 UTC
Read the original article Hit count: 543

Filed under:
|
|

I have a Secure FTP (FTPS) server that my remote sites to upload files to daily via scripted routines that run. I have had issues in the past when upgrading hardware and deploying new servers causing the RSA Fingerprint to change for that server. Then all my remote sites can't connect until I have the old key removed (usually via ssh_keygen -r myserver.com).

I now have to change the IP address for myserver.com and I wondered if there is anyway to proactively generate new host keys so that when the server address changes all my FTPS client remote sites don't break?

© Server Fault or respective owner

Related posts about linux

Related posts about ssh