在CentOS下,我是这么找的

1.查看 /etc/ssh/sshd_config      
看到
SyslogFacility AUTHPRIV
LogLevel INFO

2.查看 /etc/rsyslog.conf
找到
authpriv.*   /var/log/secure

然后读取/var/log/secure, 就可以看到内容了

相关文章:

  • 2021-07-04
  • 2021-11-09
  • 2022-01-21
  • 2021-11-08
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2021-07-13
猜你喜欢
  • 2021-05-21
  • 2022-12-23
  • 2021-08-21
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
相关资源
相似解决方案