首页
开发语言
数据库
服务器
常用工具
网络
云
其它
应用软件
DevOops
硬件
其它开发
量化
手机站(wap)
linux sshd连接慢的处理办法
浏览:
156
发布时间:2022-11-12 10:45:32 博主:【张良人】
vim /etc/ssh/sshd_config
#UseDNS yes 改为 UseDNS no #不反查Dns
重启服务
service sshd restart