:: Problem
SSH login prompt is slowly
:: How to fix
+ edit sshd_config
vi /etc/ssh/sshd_config ## change on this line: UseDNS no
+ restarting sshd
/etc/init.d/sshd restart
7 sec read
:: Problem
SSH login prompt is slowly
:: How to fix
+ edit sshd_config
vi /etc/ssh/sshd_config ## change on this line: UseDNS no
+ restarting sshd
/etc/init.d/sshd restart