diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-08-17 03:16:56 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-08-17 03:16:56 +0000 |
commit | f8196f1245238455b6bc79cd876689c37ba9fd5a (patch) | |
tree | fcd421cc00bfa2013a239df41bd0d9acd0117c7a /etc/sshd | |
parent | 676abc7c02a07aff2e37b250d1278554c1bd4115 (diff) | |
download | pfsense-f8196f1245238455b6bc79cd876689c37ba9fd5a.zip pfsense-f8196f1245238455b6bc79cd876689c37ba9fd5a.tar.gz |
Allow JavaSSH package to work correctly.
ok: billm
Diffstat (limited to 'etc/sshd')
-rwxr-xr-x | etc/sshd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |