mirror of
https://github.com/clearml/dropbear
synced 2025-04-24 16:14:11 +00:00
PAM shouldn't be on by default
--HG-- extra : convert_revision : 44714b1a34bf7833e6f2e4fd1c81ceaacccb15bd
This commit is contained in:
parent
4fc5a52850
commit
5a2dde814d
@ -149,9 +149,9 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
|
||||
* but there's an interface via a PAM module - don't bother using it otherwise.
|
||||
* You can't enable both PASSWORD and PAM. */
|
||||
|
||||
/*#define ENABLE_SVR_PASSWORD_AUTH*/
|
||||
#define ENABLE_SVR_PASSWORD_AUTH
|
||||
/* PAM requires ./configure --enable-pam */
|
||||
#define ENABLE_SVR_PAM_AUTH
|
||||
/*#define ENABLE_SVR_PAM_AUTH*/
|
||||
#define ENABLE_SVR_PUBKEY_AUTH
|
||||
|
||||
/* Wether to ake public key options in authorized_keys file into account */
|
||||
|
Loading…
Reference in New Issue
Block a user