diff options
author | JeffWDH <JeffWDH@users.noreply.github.com> | 2023-10-29 10:26:45 -0400 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-11-07 20:29:24 +0000 |
commit | a98dc001a8ab6481262f900c40cc81296f930521 (patch) | |
tree | 8feea375c53f6eeaa44c49a8036acaf247a52c58 /docs | |
parent | beb1af052e7958fcf4fe4a076a24d21c8ae685f2 (diff) | |
download | vyos-documentation-a98dc001a8ab6481262f900c40cc81296f930521.tar.gz vyos-documentation-a98dc001a8ab6481262f900c40cc81296f930521.zip |
Add "monitor log ssh" and "monitor log ssh dynamic-protection"
(cherry picked from commit 6b2d50c755a56ae62620961131bbaebefe110acc)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/service/ssh.rst | 8 |
1 files changed, 8 insertions, 0 deletions
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. |