From 7076899ccf0c310b08d0ba2c198804c98d2c1388 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcus=20R=C3=B6der?= Date: Wed, 5 May 2021 14:59:18 +0200 Subject: [PATCH] Fix example ssh_banner check: Send identificaation string MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- blackbox.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/blackbox.yml b/blackbox.yml index a7f58cb..65c97cc 100644 --- a/blackbox.yml +++ b/blackbox.yml @@ -20,6 +20,7 @@ modules: tcp: query_response: - expect: "^SSH-2.0-" + - send: "SSH-2.0-blackbox-ssh-check" irc_banner: prober: tcp tcp: -- 2.25.1