随笔分类 -  Security

摘要:1.修改 ssh 端口,禁止 root用户登录 ssh# vim +17 /etc/ssh/sshd_config Port 520520PermitRootLogin NO# systemctl restart sshd2.只允许指定 IP 可以 ssh连接# v... 阅读全文
posted @ 2018-06-16 16:03 Testder探索者 阅读(287) 评论(0) 推荐(0)