返回列表 發帖

用putty remote login CentOS Server为什么那么慢?

本帖最後由 角色 於 2010-8-10 23:16 編輯

如果想正常快,可以修改下面

Edit /dev/ssh/sshd_config

Uncomment "UseDNS yes"

Change it to "UseDNS no"

Restart the sshd by
/etc/init.d/sshd restart

YH

No! It is for CentOS remote login using ssh.

YH

TOP

Without the mentioned script, the login took about 10 seconds. With the script, the login process is fast, less than 1 second.

YH

TOP

返回列表