I am have a git repository on a machine with a dynamic DNS address - its IP address changes once every few days.
Every git operation that involves communicating with the machine yields the following warning:
reverse mapping checking getaddrinfo for 1-2-3-4.isp.net [1.2.3.4] failed - POSSIBLE BREAK-IN ATTEMPT!
I assume this is SSH warning about a possible MITM attack. Is there anyway to suppress said warnings?