Mercurial > dropbear
comparison options.h @ 566:b321aeb57c64
- set $SSH_ORIGINAL_COMMAND if a command is forced, and log it
if LOG_COMMANDS is set
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 26 Aug 2009 14:09:22 +0000 |
parents | 541ebf5bf0f6 |
children | 005530560594 |
comparison
equal
deleted
inserted
replaced
565:1929bbe3fa84 | 566:b321aeb57c64 |
---|---|
170 #define ENABLE_SVR_PASSWORD_AUTH | 170 #define ENABLE_SVR_PASSWORD_AUTH |
171 /* PAM requires ./configure --enable-pam */ | 171 /* PAM requires ./configure --enable-pam */ |
172 /*#define ENABLE_SVR_PAM_AUTH*/ | 172 /*#define ENABLE_SVR_PAM_AUTH*/ |
173 #define ENABLE_SVR_PUBKEY_AUTH | 173 #define ENABLE_SVR_PUBKEY_AUTH |
174 | 174 |
175 /* Wether to ake public key options in authorized_keys file into account */ | 175 /* Whether to take public key options in |
176 * authorized_keys file into account */ | |
176 #ifdef ENABLE_SVR_PUBKEY_AUTH | 177 #ifdef ENABLE_SVR_PUBKEY_AUTH |
177 #define ENABLE_SVR_PUBKEY_OPTIONS | 178 #define ENABLE_SVR_PUBKEY_OPTIONS |
178 #endif | 179 #endif |
179 | 180 |
180 #define ENABLE_CLI_PASSWORD_AUTH | 181 #define ENABLE_CLI_PASSWORD_AUTH |