summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
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