Coloque CheckHostIP no
no seu arquivo ~ / .ssh / config. Exemplo de arquivo de configuração:
Host foo-win.local foo-win
Hostname foo-win.local
CheckHostIP no
Host foo-lin.local foo-lin
Hostname foo-lin.local
CheckHostIP no
De ssh_config (5) :
CheckHostIP
If this flag is set to "yes", ssh(1) will additionally check the host IP address in the known_hosts file. This allows ssh to detect if a host key changed due to DNS spoofing. If the option is set to "no", the check will not be executed. The default is "yes".