Mercurial > dropbear
comparison options.h @ 485:12d845ab7b5f dbclient-netcat-alike
Rework netcat-alike to be a proper mode, with -B argument.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 17 Sep 2008 14:36:49 +0000 |
parents | 170329dc8ce5 |
children | d59f628e7baa |
comparison
equal
deleted
inserted
replaced
478:d4f32c3443ac | 485:12d845ab7b5f |
---|---|
63 #define ENABLE_SVR_LOCALTCPFWD | 63 #define ENABLE_SVR_LOCALTCPFWD |
64 #define ENABLE_SVR_REMOTETCPFWD | 64 #define ENABLE_SVR_REMOTETCPFWD |
65 | 65 |
66 /* Enable Authentication Agent Forwarding - server only for now */ | 66 /* Enable Authentication Agent Forwarding - server only for now */ |
67 #define ENABLE_AGENTFWD | 67 #define ENABLE_AGENTFWD |
68 | |
69 /* Enable "Netcat mode". TODO describe here. */ | |
70 #define ENABLE_CLI_NETCAT | |
71 | |
68 | 72 |
69 /* Encryption - at least one required. | 73 /* Encryption - at least one required. |
70 * RFC Draft requires 3DES and recommends AES128 for interoperability. | 74 * RFC Draft requires 3DES and recommends AES128 for interoperability. |
71 * Including multiple keysize variants the same cipher | 75 * Including multiple keysize variants the same cipher |
72 * (eg AES256 as well as AES128) will result in a minimal size increase.*/ | 76 * (eg AES256 as well as AES128) will result in a minimal size increase.*/ |