diff options
author | Robert Göhler <github@ghlr.de> | 2023-11-07 21:27:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 21:27:00 +0100 |
commit | 8a1d41b7f169a23112840e61e8f8da6182146a15 (patch) | |
tree | c98f5accc3710c844bedf5e0870180f7936aa21a | |
parent | c7f655e46671c59d5a1b810384b26fb010cb6942 (diff) | |
parent | 6b2d50c755a56ae62620961131bbaebefe110acc (diff) | |
download | vyos-documentation-8a1d41b7f169a23112840e61e8f8da6182146a15.tar.gz vyos-documentation-8a1d41b7f169a23112840e61e8f8da6182146a15.zip |
Merge pull request #1127 from JeffWDH/master
Update ssh.rst
-rw-r--r-- | docs/configuration/service/ssh.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/configuration/service/ssh.rst b/docs/configuration/service/ssh.rst index 15c2390c..efdbc651 100644 --- a/docs/configuration/service/ssh.rst +++ b/docs/configuration/service/ssh.rst @@ -218,3 +218,31 @@ Operation commit save exit + +.. opcmd:: show log ssh + + 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. + +.. 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. |