summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/options.h b/options.h
index d4abf09..6ea5277 100644
--- a/options.h
+++ b/options.h
@@ -110,7 +110,10 @@
/* Authentication types to enable, at least one required.
RFC Draft requires pubkey auth, and recommends password */
-#define DROPBEAR_PASSWORD_AUTH
+//#define DROPBEAR_PASSWORD_AUTH
+/* Only set PAM auth if you aren't using PASSWORD auth. Also, you'll need
+ * to make sure PAM libraries etc are installed */
+#define DROPBEAR_PAM_AUTH
#define DROPBEAR_PUBKEY_AUTH
/* Random device to use - you must specify _one only_.