0
点赞
收藏
分享

微信扫一扫

SECURE 日志为空

古月无语 2022-03-23 阅读 91
centos

修改sshd_config

[root@localhost ~]# vi /etc/ssh/sshd_config 
# Logging
#SyslogFacility AUTH
SyslogFacility AUTHPRIV
#LogLevel INFO

重启syslog 和sshd

[root@localhost ~]# service syslog restart
[root@localhost ~]# service sshd restart
举报

相关推荐

0 条评论