summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-17 03:16:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-17 03:16:56 +0000
commitf8196f1245238455b6bc79cd876689c37ba9fd5a (patch)
treefcd421cc00bfa2013a239df41bd0d9acd0117c7a /etc/sshd
parent676abc7c02a07aff2e37b250d1278554c1bd4115 (diff)
downloadpfsense-f8196f1245238455b6bc79cd876689c37ba9fd5a.zip
pfsense-f8196f1245238455b6bc79cd876689c37ba9fd5a.tar.gz
Allow JavaSSH package to work correctly.
ok: billm
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd1
1 files changed, 1 insertions, 0 deletions
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";
OpenPOWER on IntegriCloud