1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Add an option to disable SSH-2 banners.

[originally from svn r9055]
This commit is contained in:
Jacob Nevins
2010-12-27 01:19:13 +00:00
parent 526aff23b6
commit af1060856e
6 changed files with 27 additions and 2 deletions

View File

@ -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 */