aboutsummaryrefslogtreecommitdiff
path: root/src/protocol_ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol_ssh.c')
-rw-r--r--src/protocol_ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol_ssh.c b/src/protocol_ssh.c
index f78210c..63c46ba 100644
--- a/src/protocol_ssh.c
+++ b/src/protocol_ssh.c
@@ -134,7 +134,7 @@ int ssh_init_cb(protocol_ctx *ctx)
if (!d->sshbind)
return 1;
if (ssh_bind_options_set(d->sshbind, SSH_BIND_OPTIONS_BANNER,
- "OpenSSH_7.4p1"))
+ /* "OpenSSH_7.4p1" */ "dropbear"))
{
return 1;
}