Mercurial > dropbear
annotate SMALL @ 663:85f835f2fe0a
Added tag DROPBEAR_2012.55 for changeset d354464b2aa6
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 23 Feb 2012 21:45:42 +0800 |
parents | b9d3f725e00b |
children | 13cb8cc1b0e4 |
rev | line source |
---|---|
4
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
1 Tips for a small system: |
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
2 |
161 | 3 If you only want server functionality (for example), compile with |
4 make PROGRAMS=dropbear | |
5 rather than just | |
6 make dropbear | |
7 so that client functionality in shared portions of Dropbear won't be included. | |
8 The same applies if you are compiling just a client. | |
4
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
9 |
161 | 10 --- |
11 | |
12 The following are set in options.h: | |
4
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
13 |
161 | 14 - You can safely disable blowfish and twofish ciphers, and MD5 hmac, without |
15 affecting interoperability | |
16 | |
17 - If you're compiling statically, you can turn off host lookups | |
4
fe6bca95afa7
Makefile.in contains updated files required
Matt Johnston <matt@ucc.asn.au> |