1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Add switch to choose SSH v1-versus-v2 protocol preference where both

are available

[originally from svn r584]
This commit is contained in:
Simon Tatham
2000-09-11 09:37:43 +00:00
parent 22f91a3604
commit 334b79e16c
5 changed files with 31 additions and 5 deletions

View File

@ -139,6 +139,7 @@ typedef struct {
int nopty;
enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher;
char keyfile[FILENAME_MAX];
int sshprot; /* use v1 or v2 when both available */
int try_tis_auth;
/* Telnet options */
char termtype[32];