报错场景:telnet、ping、ftp都通的情况下,无法ssh服务器

error: audit:backlog limit exceeded

 

 

原因:audit缓冲区设置过小,服务器默认缓冲区大小为320kb

error: audit:backlog limit exceeded

 

 

解决办法:可通过auditctl -b 8192设定缓冲区大小(临时生效);永久生效——vim /etc/audit/audit.rules,将320改为8192。

 

相关文章:

  • 2021-05-07
  • 2022-12-23
  • 2021-11-04
  • 2021-06-27
  • 2021-12-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2021-04-03
相关资源
相似解决方案