Linux/CentOS
[CentOS] SSH 접속 지연 문제
변익수
2016. 10. 5. 22:59
반응형
SSH 서버에서 아래 한줄로 끝!!
# sed -i 's/#UseDNS yes/UseDNS no/g' /etc/ssh/sshd_config && systemctl restart sshd
반응형