Hi,
I'm currently using RedHat 7.2 & 7.3. I use ssh to connect to the linux servers. Recently I have disabled the reverse name lookup in the DNS server and now whenever I try ssh to the linux servers, it paused for a while (~30 secs) before prompting for password. I've tried changing the config in /etc/sshd/sshd_config like these:
In RH 7.2:-
ReverseMappingCheck no
In RH 7.3:-
VerifyReverseMapping no
I've restarted the sshd services after changing the config files, but no improvement. And the log file /var/log/secure gives the following:-
Aug 14 09:11:21 machine1 sshd[22240]: Could not reverse map address 10.31.44.152
Does anyone know what the problem is? Did I change the wrong config? Please help!!!
Thank you!!
Start Free Trial