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

Configuration option for agent forwarding

[originally from svn r597]
This commit is contained in:
Simon Tatham
2000-09-15 11:26:18 +00:00
parent 2cbed87ad1
commit f8be19a08b
6 changed files with 39 additions and 10 deletions

View File

@ -137,6 +137,7 @@ typedef struct {
/* SSH options */
char remote_cmd[512];
int nopty;
int agentfwd;
enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher;
char keyfile[FILENAME_MAX];
int sshprot; /* use v1 or v2 when both available */