]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: fix typo and missing newline in rules/ssh_keywords.
authorAndreas Dolp <dev@andreas-dolp.de>
Sat, 17 Sep 2022 09:16:03 +0000 (11:16 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 15 Oct 2025 19:42:54 +0000 (21:42 +0200)
(cherry picked from commit cc590b54c748174c07d88e0e3846601c28e934a5)

doc/userguide/rules/ssh-keywords.rst

index 70e11058cc6c73f98de9a0739f4718e5c91486a8..dcb9f4dba2635405bc663c71dbf949edbdad4abb 100644 (file)
@@ -88,7 +88,7 @@ The example above matches on SSH connections where the software string contains
 ssh.hassh
 ---------
 
-Match on hassh (md5 of of hassh algorithms of client).
+Match on hassh (md5 of hassh algorithms of client).
 
 Example::
 
@@ -136,6 +136,7 @@ ssh.hassh.server.string
 Match on hassh string (hassh algorithms of server).
 
 Example::
+
   alert ssh any any -> any any (msg:"match SSH hash-server-string"; \
       ssh.hassh.server.string; content:"umac-64-etm@openssh.com,umac-128-etm@openssh.com"; \
       sid:1000040;)