If SSH login takes a long time, all you have to do is to add the following to /etc/ssh/sshd_config on your SSH server:
1 |
UseDNS no |
and then restart the service.
If SSH login takes a long time, all you have to do is to add the following to /etc/ssh/sshd_config on your SSH server:
1 |
UseDNS no |
and then restart the service.
Worked perfectly! Thanks
Sarvjit