Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Slow SSH

TamerElkadiMar 21 2016 — edited Apr 12 2016

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 ?

This post has been answered by TamerElkadi on Apr 12 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 10 2016
Added on Mar 21 2016
3 comments
1,742 views