Mercurial > dropbear
comparison options.h @ 740:3062da90dab8 kexguess
Add kexguess2 behaviour
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 29 Mar 2013 23:29:48 +0800 |
parents | e22d5f5f6e37 |
children | f62e82c474d5 |
comparison
equal
deleted
inserted
replaced
739:d44325108d0e | 740:3062da90dab8 |
---|---|
172 * It's useful for systems like OS X where standard password crypts don't work | 172 * It's useful for systems like OS X where standard password crypts don't work |
173 * but there's an interface via a PAM module. It won't work for more complex | 173 * but there's an interface via a PAM module. It won't work for more complex |
174 * PAM challenge/response. | 174 * PAM challenge/response. |
175 * You can't enable both PASSWORD and PAM. */ | 175 * You can't enable both PASSWORD and PAM. */ |
176 | 176 |
177 #define ENABLE_SVR_PASSWORD_AUTH | 177 //#define ENABLE_SVR_PASSWORD_AUTH |
178 /* PAM requires ./configure --enable-pam */ | 178 /* PAM requires ./configure --enable-pam */ |
179 /*#define ENABLE_SVR_PAM_AUTH*/ | 179 #define ENABLE_SVR_PAM_AUTH |
180 #define ENABLE_SVR_PUBKEY_AUTH | 180 #define ENABLE_SVR_PUBKEY_AUTH |
181 | 181 |
182 /* Whether to take public key options in | 182 /* Whether to take public key options in |
183 * authorized_keys file into account */ | 183 * authorized_keys file into account */ |
184 #ifdef ENABLE_SVR_PUBKEY_AUTH | 184 #ifdef ENABLE_SVR_PUBKEY_AUTH |