Report this

What is the reason for this report?

When I login to ssh delaying entry password

Posted on January 5, 2015

when I login from ssh user as root waiting too much and after I can entry my password. I found this fix https://forums.opensuse.org/showthread.php/453695-Login-very-slow-waiting-for-password-prompt but this was not fix for me Do you have any fix ? my OS is Centos 6.5 x64



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I found fix. If have anyone this problem do that

run command:

yum install nano

run command:

nano /etc/ssh/sshd_config

and press ctrl+w for search line GSSAPIAuthentication edit it as GSSAPIAuthentication no dont forget remove # the beginning of the line

and press again ctrl+w for search line UseDNS edit it as UseDNS no dont forget remove # the beginning of the line

The last, run command for restart ssh daemon

service sshd restart

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.