X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=d8a778ed850c4c9f17e9269c9c5841d488e2a794;hb=93712a3ee16b68d3cc70dbd144101e7eb0183a08;hp=0dfb42cefd2bcc06ed3879b589ed6650807c1ec1;hpb=fb581ac62541bfe09ebbc1de07ef678998b9a539;p=PuTTY.git 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 */