diff options
Diffstat (limited to 'etc')
-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"; |