Lijsterbes I'm trying to set up sshguard to mitigate entry attempts on my home server. So far nobody has broken through, but I'd like to implement a rate limiter like sshguard. The problem I'm having is that sshguard needs a log file to monitor, and I can't find where Obarun natively logs login attempts. Does anyone know where that is stored?
Lijsterbes It's not logging. The /var/log/66/sshd/current file is empty, and 66-inservice sshd resports Log file: None Which is kind of weird, since sshd-log is running.
nfg In the last line of the sshd service file change: cmd_args=!-D to: cmd_args=!-D -e Then restart the service. That should generate output of connection attempts to the log file.