comparison options.h @ 846:b298bb438625 keyondemand

refactor key generation, make it generate as required. Needs UI in server command line options
author Matt Johnston <matt@ucc.asn.au>
date Thu, 07 Nov 2013 00:18:52 +0800
parents 34b73c9d8aa3
children f4bb964c8678
comparison
equal deleted inserted replaced
845:774ad9b112ef 846:b298bb438625
178 * It's useful for systems like OS X where standard password crypts don't work 178 * It's useful for systems like OS X where standard password crypts don't work
179 * but there's an interface via a PAM module. It won't work for more complex 179 * but there's an interface via a PAM module. It won't work for more complex
180 * PAM challenge/response. 180 * PAM challenge/response.
181 * You can't enable both PASSWORD and PAM. */ 181 * You can't enable both PASSWORD and PAM. */
182 182
183 #define ENABLE_SVR_PASSWORD_AUTH 183 //#define ENABLE_SVR_PASSWORD_AUTH
184 /* PAM requires ./configure --enable-pam */ 184 /* PAM requires ./configure --enable-pam */
185 //#define ENABLE_SVR_PAM_AUTH 185 #define ENABLE_SVR_PAM_AUTH
186 #define ENABLE_SVR_PUBKEY_AUTH 186 #define ENABLE_SVR_PUBKEY_AUTH
187 187
188 /* Whether to take public key options in 188 /* Whether to take public key options in
189 * authorized_keys file into account */ 189 * authorized_keys file into account */
190 #ifdef ENABLE_SVR_PUBKEY_AUTH 190 #ifdef ENABLE_SVR_PUBKEY_AUTH