我系统中的OpenSSH日志以下列格式随地吐出日志。
Aug 21 14:34:44 systemHostName sshd[1952]: Server listening on 0.0.0.0 port 22.
我还需要在日志时间内获得年份。类似于以下内容
2012 Aug 21 14:34:44 systemHostName sshd[1952]: Server listening on 0.0.0.0 port 22.
我试图查看sshd_config
和其他网络资源,但找不到任何有用的内容。
有谁知道,如何更改openSSH日志时间格式?
答案 0 :(得分:0)
它是syslog
,而不是sshd
时间格式,取决于你的系统日志实现,虽然我没有看到有人在那里使用那一年。