From f8196f1245238455b6bc79cd876689c37ba9fd5a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 17 Aug 2006 03:16:56 +0000 Subject: Allow JavaSSH package to work correctly. ok: billm --- etc/sshd | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/sshd') diff --git a/etc/sshd b/etc/sshd index fe0a679..d2b0a72 100755 --- a/etc/sshd +++ b/etc/sshd @@ -87,6 +87,7 @@ /* Include default configuration for pfSense */ $sshconf = "# This file is automatically generated at startup\n"; $sshconf .= "PermitRootLogin yes\n"; + $sshconf .= "PasswordAuthentication yes\n"; $sshconf .= "Compression yes\n"; $sshconf .= "ClientAliveInterval 30\n"; $sshconf .= "UseDNS no\n"; -- cgit v1.1