O comentário no código explica bem:
/*
* Map it back to an IP address and check that the given
* address actually is an address of this host. This is
* necessary because anyone with access to a name server can
* define arbitrary names for an IP address. Mapping from
* name to IP address can be trusted better (but can still be
* fooled if the intruder has access to the name server of
* the domain).
*/
Basicamente, como descrito nos comentários. Este é um segmento significativo se você tiver acesso com base no IP de origem ( HostBased
authentication). É menos significativo se você tiver algum filtro ou algo assim.
Se você não gostar deste erro, poderá sempre usar UseDNS no
no seu sshd_config
e essa mensagem deverá desaparecer.