Research
slow texting through ssh
Shakeratto
2019. 10. 10. 14:12
vi /etc/ssh/sshd_config
Add 'UseDNS no' text on the last line
restart ssh service using below three methods
- service sshd restart
- /etc/init.d/sshd restart
- /etc/init.d/ssh restart