Mercurial > dropbear
comparison options.h @ 40:b4874d772210
- Added terminal mode handling etc for the client, and window change
- Refactored the terminal-mode handling for the server
- Improved session closing for the client
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 01 Aug 2004 08:54:01 +0000 |
parents | f789045062e6 |
children | 942b22d7dd1c |
comparison
equal
deleted
inserted
replaced
39:0883c0906870 | 40:b4874d772210 |
---|---|
109 #endif | 109 #endif |
110 | 110 |
111 /* Authentication types to enable, at least one required. | 111 /* Authentication types to enable, at least one required. |
112 RFC Draft requires pubkey auth, and recommends password */ | 112 RFC Draft requires pubkey auth, and recommends password */ |
113 #define DROPBEAR_PASSWORD_AUTH | 113 #define DROPBEAR_PASSWORD_AUTH |
114 //#define DROPBEAR_PUBKEY_AUTH | 114 #define DROPBEAR_PUBKEY_AUTH |
115 | 115 |
116 /* Random device to use - you must specify _one only_. | 116 /* Random device to use - you must specify _one only_. |
117 * DEV_RANDOM is recommended on hosts with a good /dev/urandom, otherwise use | 117 * DEV_RANDOM is recommended on hosts with a good /dev/urandom, otherwise use |
118 * PRNGD and run prngd, specifying the socket. This device must be able to | 118 * PRNGD and run prngd, specifying the socket. This device must be able to |
119 * produce a large amount of random data, so using /dev/random or Entropy | 119 * produce a large amount of random data, so using /dev/random or Entropy |