Page 1 of 1

Login taking time using ssh on Solaris 11?

Posted: Mon Feb 27, 2017 12:03 pm
by admin
Disable following Client check,

1 - Edit /etc/ssh/sshd_config
2 - OpenSSH: Use UseDNS no
3 - Add: LookupClientHostnames no
4 - Restart sshd, #svcadm restart network/ssh

now you should be able to login without any delay.