From 0bdbb9ea3c210c671cd1ed59714d2270525a0afd Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 6 Jul 2007 18:16:37 +0000 Subject: Remove extra PasswordAuthentication line. Ticket #1374 --- etc/sshd | 1 - 1 file changed, 1 deletion(-) (limited to 'etc/sshd') diff --git a/etc/sshd b/etc/sshd index f4793a6..eca1fb7 100755 --- a/etc/sshd +++ b/etc/sshd @@ -87,7 +87,6 @@ /* 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