From: Marcus Röder Date: Wed, 5 May 2021 12:59:18 +0000 (+0200) Subject: Fix example ssh_banner check: Send identificaation string X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7076899ccf0c310b08d0ba2c198804c98d2c1388;p=blackbox_exporter.git Fix example ssh_banner check: Send identificaation string 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 --- 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: