Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 129 |
|
|
| 130 |
// Enable connection to the server that has RSA key length less than 768 bit (2008.9.11 maya) |
// Enable connection to the server that has RSA key length less than 768 bit (2008.9.11 maya) |
| 131 |
BOOL EnableRsaShortKeyServer; |
BOOL EnableRsaShortKeyServer; |
| 132 |
|
|
| 133 |
|
// Enable Agent forwarding |
| 134 |
|
BOOL ForwardAgent; |
| 135 |
} TS_SSH; |
} TS_SSH; |
| 136 |
|
|
| 137 |
typedef struct _TInstVar { |
typedef struct _TInstVar { |
| 247 |
int pageant_keycount; |
int pageant_keycount; |
| 248 |
int pageant_keycurrent; |
int pageant_keycurrent; |
| 249 |
BOOL pageant_keyfinal;// SSH2 PK_OK が来たときに TRUE にする |
BOOL pageant_keyfinal;// SSH2 PK_OK が来たときに TRUE にする |
| 250 |
|
|
| 251 |
|
// agent forward |
| 252 |
|
BOOL agentfwd_enable; |
| 253 |
|
agent_channel_t agent_channel; // for SSH1 only |
| 254 |
} TInstVar; |
} TInstVar; |
| 255 |
|
|
| 256 |
#define LOG_LEVEL_FATAL 5 |
#define LOG_LEVEL_FATAL 5 |
|
|
Legend:
| Removed from v.3171 |
|
| changed lines |
| |
Added in v.3176 |
|
|
|