Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 104 |
cipher. The first digit is the most preferred cipher, and so on. |
cipher. The first digit is the most preferred cipher, and so on. |
| 105 |
The digit SSH_CIPHER_NONE signifies that any ciphers after it are |
The digit SSH_CIPHER_NONE signifies that any ciphers after it are |
| 106 |
disabled. */ |
disabled. */ |
| 107 |
char CipherOrder[16]; |
char CipherOrder[SSH_CIPHER_MAX+1]; |
| 108 |
|
|
| 109 |
char KnownHostsFiles[2048]; |
char KnownHostsFiles[2048]; |
| 110 |
int DefaultAuthMethod; |
int DefaultAuthMethod; |
|
|
Legend:
| Removed from v.3146 |
|
| changed lines |
| |
Added in v.3171 |
|
|
|