1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-05 21:42:47 -05:00

Add TIS authentication option

[originally from svn r283]
This commit is contained in:
Simon Tatham
1999-11-08 17:42:12 +00:00
parent a764191663
commit 59e798fc6d
5 changed files with 58 additions and 11 deletions

View File

@ -101,6 +101,7 @@ typedef struct {
/* SSH options */
int nopty;
enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher;
int try_tis_auth;
/* Telnet options */
char termtype[32];
char termspeed[32];