Greetings
I have encountered exactly the same problem like in the topic here:
http://www.linuxquestions.org/questi...118/page2.html
Unfortunately it doesn't contain clear answer.
My situation is very similar. Someone is connect to my boxes using sftp
eg "sftp host0.mydomain.com"
host0.mydomain.com is resolved in round robin for hosts host1.mydomain.com,
host2.mydomain.com, host3.mydomain.com
What should be done in order to avoid Spoofing Warnings?
In mentioned topic user chort stated:
"The host key is in /etc/ssh. You'd have to put the same hostkey on each server."
Do you think this is only solution to put the same key in each of host: host1.mydomain.com,
host2.mydomain.com, host3.mydomain.com?
Is there a chance to somehow generate a key but without hostname? - sorry if it sound ridicules, I'm not the expert
I will appreciate yours suggestions