diff options
author | JeffWDH <jeffwdh@github.com> | 2023-10-28 09:42:07 -0400 |
---|---|---|
committer | JeffWDH <jeffwdh@github.com> | 2023-10-28 09:42:07 -0400 |
commit | e3f6196ffc904b6bfe349bac6dfb396c17535494 (patch) | |
tree | d1beb4ad93297ca328e50c1258ba6049b1d1006a /op-mode-definitions/show-ssh.xml.in | |
parent | ced9ddc3fa635b3bf79b506b0ddfd457b522f5c3 (diff) | |
download | vyos-1x-e3f6196ffc904b6bfe349bac6dfb396c17535494.tar.gz vyos-1x-e3f6196ffc904b6bfe349bac6dfb396c17535494.zip |
T5661: Add show ssh dynamic-protection and show log ssh dynamic-protection
Diffstat (limited to 'op-mode-definitions/show-ssh.xml.in')
-rw-r--r-- | op-mode-definitions/show-ssh.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/show-ssh.xml.in b/op-mode-definitions/show-ssh.xml.in index 7b72739c4..88faecada 100644 --- a/op-mode-definitions/show-ssh.xml.in +++ b/op-mode-definitions/show-ssh.xml.in @@ -7,6 +7,12 @@ <help>Show SSH server information</help> </properties> <children> + <node name="dynamic-protection"> + <properties> + <help>Show SSH server dynamic-protection blocked attackers</help> + </properties> + <command>${vyos_op_scripts_dir}/ssh.py show_dynamic_protection</command> + </node> <node name="fingerprints"> <properties> <help>Show SSH server public key fingerprints</help> |