Skip to content

Commit

Permalink
Fix example ssh_banner check: Send identificaation string
Browse files Browse the repository at this point in the history
This is to reduce log spam:

"sshd[3750]: Did not receive identification string from ..:"

There will still be a "Connection closed by" message.

Signed-off-by: Marcus Röder <[email protected]>
  • Loading branch information
Marcus Röder committed May 5, 2021
1 parent cdab0e7 commit 7076899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blackbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ modules:
tcp:
query_response:
- expect: "^SSH-2.0-"
- send: "SSH-2.0-blackbox-ssh-check"
irc_banner:
prober: tcp
tcp:
Expand Down

0 comments on commit 7076899

Please sign in to comment.