Hello
Am encountering very slow ssh connectivity.
Have been googling for an answer for soo long with no hope, I have applied everything found on the internet.
added the following to /etc/ssh/sshd_config
LookupClientHostnames no
VerifyReverseMapping no
GSSAPIAuthentication no
then rebooted the server
some said bad configuration for the dns, so I configured it as follows:
svccfg -s network/dns/client
setprop config/search = astring: ("hodomain.local" "cibeg.com" )
setprop config/nameserver = net_address: ( 10.11.0.79 10.11.0.80 10.11.0.81 )
select dns/client:default
refresh
validate
select name-service/switch
setprop config/host = astring: "files dns"
select system/name-service/switch:default
refresh
validate
svcadm enable dns/client
svcadm refresh dns/client
svcadm refresh name-service/switch
Any ideas ?