From 78e00bf4099bfac2164ef2075acce8169c40c9c3 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 29 Oct 2023 08:08:56 +0100 Subject: op-mode: T5661: add "monitor ssh dynamic-protection" command to follow the logfile --- op-mode-definitions/monitor-log.xml.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index 52b5b85d4..ee066b39b 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -274,12 +274,20 @@ journalctl --no-hostname --boot --follow --unit snmpd.service - + Monitor last lines of Secure Shell log journalctl --no-hostname --boot --follow --unit ssh.service - + + + + Monitor last lines of SSH guard log + + journalctl --no-hostname --boot --follow --unit sshguard.service + + + Monitor last lines of ALL Virtual Private Network services -- cgit v1.2.3