From beb1af052e7958fcf4fe4a076a24d21c8ae685f2 Mon Sep 17 00:00:00 2001 From: JeffWDH Date: Thu, 19 Oct 2023 12:32:06 -0400 Subject: Update ssh.rst Added: show log ssh show log ssh dynamic-protection show ssh fingerprints show ssh fingerprints ascii show ssh dynamic-protection (cherry picked from commit c9a06800f999f6e68883ec7d3ae7fd97e3b6e4d5) --- docs/configuration/service/ssh.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs') diff --git a/docs/configuration/service/ssh.rst b/docs/configuration/service/ssh.rst index 15c2390c..a6559e77 100644 --- a/docs/configuration/service/ssh.rst +++ b/docs/configuration/service/ssh.rst @@ -218,3 +218,23 @@ Operation commit save exit + +.. opcmd:: show log ssh + + Show SSH server log. + +.. opcmd:: show log ssh dynamic-protection + + Show SSH dynamic-protection log. + +.. opcmd:: show ssh dynamic-protection + + Show list of IPs currently blocked by SSH dynamic-protection. + +.. opcmd:: show ssh fingerprints + + Show SSH server public key fingerprints. + +.. opcmd:: show ssh fingerprints ascii + + Show SSH server public key fingerprints, including a visual ASCII art representation. -- cgit v1.2.3 From a98dc001a8ab6481262f900c40cc81296f930521 Mon Sep 17 00:00:00 2001 From: JeffWDH Date: Sun, 29 Oct 2023 10:26:45 -0400 Subject: Add "monitor log ssh" and "monitor log ssh dynamic-protection" (cherry picked from commit 6b2d50c755a56ae62620961131bbaebefe110acc) --- docs/configuration/service/ssh.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/configuration/service/ssh.rst b/docs/configuration/service/ssh.rst index a6559e77..efdbc651 100644 --- a/docs/configuration/service/ssh.rst +++ b/docs/configuration/service/ssh.rst @@ -223,10 +223,18 @@ Operation Show SSH server log. +.. opcmd:: monitor log ssh + + Follow the SSH server log. + .. opcmd:: show log ssh dynamic-protection Show SSH dynamic-protection log. +.. opcmd:: monitor log ssh dynamic-protection + + Follow the SSH dynamic-protection log. + .. opcmd:: show ssh dynamic-protection Show list of IPs currently blocked by SSH dynamic-protection. -- cgit v1.2.3