Hi,
We use OpenSSH for one of our applications, we have two servers configured for this but we only let the users connect to one of them, in case this server fails, we just change the hostname and IP address of the other server and let it take over the access to the external storage, so it is transparent for the users which server they are accessing to. At least, that’s the idea, but now we are facing some serious trouble, our main server is useless, so the secondary server is active, but now, if we try to access via ssh we get a message “REMOTE HOST IDENTIFICATION HAS CHANGED”, this is easily solved if we delete the “known_hosts” file in every client machine that will access the server. The problem is that we have hundreds of users that are external to our organization and non-technology savvy, so this poses a huge problem, is there a way that we can do something on the server side, so that all users can access without having to change anything on the client side?
Thanks in advance for your help.
Best regards,
Drina
We use OpenSSH for one of our applications, we have two servers configured for this but we only let the users connect to one of them, in case this server fails, we just change the hostname and IP address of the other server and let it take over the access to the external storage, so it is transparent for the users which server they are accessing to. At least, that’s the idea, but now we are facing some serious trouble, our main server is useless, so the secondary server is active, but now, if we try to access via ssh we get a message “REMOTE HOST IDENTIFICATION HAS CHANGED”, this is easily solved if we delete the “known_hosts” file in every client machine that will access the server. The problem is that we have hundreds of users that are external to our organization and non-technology savvy, so this poses a huge problem, is there a way that we can do something on the server side, so that all users can access without having to change anything on the client side?
Thanks in advance for your help.
Best regards,
Drina