Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/options.h Tue Aug 25 11:11:35 2009 +0000 +++ b/options.h Wed Aug 26 14:09:22 2009 +0000 @@ -172,7 +172,8 @@ /*#define ENABLE_SVR_PAM_AUTH*/ #define ENABLE_SVR_PUBKEY_AUTH -/* Wether to ake public key options in authorized_keys file into account */ +/* Whether to take public key options in + * authorized_keys file into account */ #ifdef ENABLE_SVR_PUBKEY_AUTH #define ENABLE_SVR_PUBKEY_OPTIONS #endif