Hi guys I have a scenario where I need to connect using ssh to multiple servers behind a single virtual ip.
I have generated the necessary server keys and can individually connect to the ip address. The problem arises when I want to connect using the virtual ip. Since the virtual ip automatically points to any of the multiple servers, the ssh client receives a different set of keys than the previously cached version. This causes ssh to fail with the message "SSH Keys has been modified". I understand this is the default behavior of ssh. Questions 1) Do you know of any alternate way of achieving this? I could think of copying the same host keys to the different servers and then trying it out 2) Is there any way this check can be suppressed. Thanks for your time anand ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
