]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Add an option to disable SSH-2 banners.
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index e80afaddc9ff510edeb628e9c8e869a368658df7..0d14c50280a2b732f38d24958ad7ea4c286922df 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -470,6 +470,7 @@ struct config_tag {
     int sshprot;                      /* use v1 or v2 when both available */
     int ssh2_des_cbc;                 /* "des-cbc" unrecommended SSH-2 cipher */
     int ssh_no_userauth;              /* bypass "ssh-userauth" (SSH-2 only) */
+    int ssh_show_banner;              /* show USERAUTH_BANNERs (SSH-2 only) */
     int try_tis_auth;
     int try_ki_auth;
     int try_gssapi_auth;               /* attempt gssapi auth */