diff options
author | JeffWDH <JeffWDH@users.noreply.github.com> | 2023-10-19 12:32:06 -0400 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-11-07 20:29:24 +0000 |
commit | beb1af052e7958fcf4fe4a076a24d21c8ae685f2 (patch) | |
tree | 997ee1cdb8ca01f27ea1d5f884179bc0b5a45689 /docs | |
parent | c2b5fd2486da94e685ddc81178d17c57927b4a71 (diff) | |
download | vyos-documentation-beb1af052e7958fcf4fe4a076a24d21c8ae685f2.tar.gz vyos-documentation-beb1af052e7958fcf4fe4a076a24d21c8ae685f2.zip |
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)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/service/ssh.rst | 20 |
1 files changed, 20 insertions, 0 deletions
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. |