SSH修改默认配置文件不生效问题记录

本站所有内容来自互联网收集,仅供学习和交流,请勿用于商业用途。如有侵权、不妥之处,请第一时间联系我们删除!Q群:迪思分享

免费资源网 – https://freexyz.cn/

因公司服务器环境复杂,早期运维文档均不存在。在修改个别sshd配置文件时发现重启服务后无法生效,再排查问题后在此记录。

问题排查

一般默认sshd配置文件路径为: /etc/ssh目录下,但在该目录下修改sshd_config配置文件时发现无法生效。

总结问题查看方法

查看sshd当前配置

[root@localhost ~]# sshd -T |grep etchostkey /usr/etc/ssh_host_rsa_key hostkey /usr/etc/ssh_host_dsa_key hostkey /usr/etc/ssh_host_ecdsa_key hostkey /usr/etc/ssh_host_ed25519_key

获取sshd需加载哪些文件

[root@localhost ~]# strace -e open -ostrace.out /usr/sbin/sshd [root@localhost ~]# cat strace.out |grep config

检查sexlinux防火墙

[root@localhost ~]# getenforce Disabled
免费资源网 – https://freexyz.cn/


© 版权声明
THE END
★喜欢这篇文章吗?喜欢的话,麻烦动动手指支持一下!★
点赞14 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容