diff options
author | Matt Johnston <matt@ucc.asn.au> | 2008-09-17 14:49:12 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2008-09-17 14:49:12 +0000 |
commit | 66e2f59c7b81c28d2f0c0cbf26f4de7ed73f3038 (patch) | |
tree | 2303e1ce4a241b8596794ea445f2bc05089703b5 /options.h | |
parent | c7bd9ccd8594c6646285e0df840a40bb9ab00d36 (diff) | |
parent | af00c78e21c07f0801cc79e224323aad3e181dc5 (diff) |
propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head b02ba6628cf2095017c60d202ac630f231e6b553)
to branch 'au.asn.ucc.matt.dropbear' (head 636506b73e973b004cc058b07e6f36a25ff902f8)
--HG--
extra : convert_revision : eb8e95a8227df7802d79007d4dd89098759fa76b
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -70,6 +70,10 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */ /* Enable Authentication Agent Forwarding - server only for now */ #define ENABLE_AGENTFWD +/* Enable "Netcat mode". TODO describe here. */ +#define ENABLE_CLI_NETCAT + + /* Encryption - at least one required. * RFC Draft requires 3DES and recommends AES128 for interoperability. * Including multiple keysize variants the same cipher |