X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/073e9f42f40b00c570bacb92c54cd7b83b13fa31..9e3a3317ecc364296a6a8b05c20a7fc19826e22d:/putty.h diff --git a/putty.h b/putty.h index e80afadd..0d14c502 100644 --- 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 */