新建系统配置

允我心安 提交于 2020-01-14 10:18:22

解决ssh连接缓慢的问题

修改/etc/ssh/sshd_config

1)UseDNS注释去掉并改为no UseDNS no

2)GSSAPIAuthentication yes

改为 GSSAPIAuthentication no

保存并重启服务

关闭防火墙
systemctl stop firewalld.service
关闭开机启动
systemctl disable firewalld.service

修改时区

ln -s /usr/share/zoneinfo/Asia/Shanghai  /etc/localtime
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!