X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/c6ccd5c22a25aca610b0120b3eec1e6efd1aab97..3dc9a6a708215a8e9ebd867323eb8ac7a4e9a120:/putty.h?ds=sidebyside diff --git a/putty.h b/putty.h index 0dfb42ce..d8a778ed 100644 --- a/putty.h +++ b/putty.h @@ -432,6 +432,7 @@ struct config_tag { Filename keyfile; 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 try_tis_auth; int try_ki_auth; int ssh_subsys; /* run a subsystem rather than a command */