Mercurial > dropbear
comparison options.h @ 475:52a644e7b8e1 pubkey-options
* Patch from Frédéric Moulins adding options to authorized_keys.
Needs review.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 08 Sep 2008 15:14:02 +0000 |
parents | 170329dc8ce5 |
children | 9f583f4d59a6 |
comparison
equal
deleted
inserted
replaced
474:f33b0898aaa6 | 475:52a644e7b8e1 |
---|---|
134 | 134 |
135 #define ENABLE_SVR_PASSWORD_AUTH | 135 #define ENABLE_SVR_PASSWORD_AUTH |
136 /*#define ENABLE_SVR_PAM_AUTH */ /* requires ./configure --enable-pam */ | 136 /*#define ENABLE_SVR_PAM_AUTH */ /* requires ./configure --enable-pam */ |
137 #define ENABLE_SVR_PUBKEY_AUTH | 137 #define ENABLE_SVR_PUBKEY_AUTH |
138 | 138 |
139 /* Wether to ake public key options in authorized_keys file into account */ | |
140 #ifdef ENABLE_SVR_PUBKEY_AUTH | |
141 #define ENABLE_SVR_PUBKEY_OPTIONS | |
142 #endif | |
143 | |
139 #define ENABLE_CLI_PASSWORD_AUTH | 144 #define ENABLE_CLI_PASSWORD_AUTH |
140 #define ENABLE_CLI_PUBKEY_AUTH | 145 #define ENABLE_CLI_PUBKEY_AUTH |
141 #define ENABLE_CLI_INTERACT_AUTH | 146 #define ENABLE_CLI_INTERACT_AUTH |
142 | 147 |
143 /* This variable can be used to set a password for client | 148 /* This variable can be used to set a password for client |