Mercurial > dropbear
comparison options.h @ 57:3b2a5a1c4347 authpam
svr-authpam code merged and works. needs tidying a log
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 08 Aug 2004 16:57:37 +0000 |
parents | 095d689fed16 |
children | 5312ca05ed48 |
comparison
equal
deleted
inserted
replaced
56:6f091656c100 | 57:3b2a5a1c4347 |
---|---|
108 #define MOTD_FILENAME "/etc/motd" | 108 #define MOTD_FILENAME "/etc/motd" |
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 /* Only set PAM auth if you aren't using PASSWORD auth. Also, you'll need | |
115 * to make sure PAM libraries etc are installed */ | |
116 #define DROPBEAR_PAM_AUTH | |
114 #define DROPBEAR_PUBKEY_AUTH | 117 #define DROPBEAR_PUBKEY_AUTH |
115 | 118 |
116 /* Random device to use - you must specify _one only_. | 119 /* Random device to use - you must specify _one only_. |
117 * DEV_RANDOM is recommended on hosts with a good /dev/urandom, otherwise use | 120 * 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 | 121 * PRNGD and run prngd, specifying the socket. This device must be able to |