From 714c91462b1b7c7f9b592eb5768cb9b09276868d Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Sat, 20 Jun 2009 18:58:37 +0000 Subject: [PATCH] openwrt: set dropbear PasswordAuth to on --- openwrt/files/etc/config/dropbear | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/files/etc/config/dropbear b/openwrt/files/etc/config/dropbear index ccce4a6..25d471a 100644 --- a/openwrt/files/etc/config/dropbear +++ b/openwrt/files/etc/config/dropbear @@ -1,3 +1,3 @@ config dropbear - option PasswordAuth 'off' + option PasswordAuth 'on' option Port '22'