SSH Advanced Logging
- by Radek Šimko
I've installed OpenSUSE on my server and want to set ssh to log every command, which is send to system over it.
I've found this in my sshd_config:
# Logging
# obsoletes QuietMode and FascistLogging
#SyslogFacility AUTH
#LogLevel INFO
I guess that both of those directives has to be uncommented, but I'd like to log every command, not only…