CentOS Very Slow SSH Password Prompt
Feb 24, 2011 · 1 minute readCategory: linux
This is post is now quite old and the the information it contains may be out of date or innacurate.
If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub
The cause is that your IP address does not have the correct reverse DNS etc settings.
You can of course try to fix all that but if you need a quick fix, you can edit the sshd configuration and disable
GSSAPIAuthentication yes
to: GSSAPIAuthentication no
and
UseDNS yes
to: UseDNS no