summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro.local>2009-08-20 04:56:28 -0400
committerChris Buechler <cmb@cmb-macbook-pro.local>2009-08-20 04:56:28 -0400
commit9aca6e5bf63b61bb29c8cc18c962a7d0e79e311d (patch)
tree0c2bf93b2ace2a80e7974f9ec3f04a67e6d9eb7d /etc
parent329120019a219f6ed76cc29ba1567384886bc4cd (diff)
downloadpfsense-9aca6e5bf63b61bb29c8cc18c962a7d0e79e311d.zip
pfsense-9aca6e5bf63b61bb29c8cc18c962a7d0e79e311d.tar.gz
Disable sshlockout. It's locking out after one failed login now that it's reading the logs correctly. It also isn't configurable, doesn't have a status page. Since 1.2.3 is close, let's ditch this from RELENG_1_2 and fix it properly for 2.0.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc1
-rw-r--r--etc/syslog.conf3
2 files changed, 1 insertions, 3 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index e9d7578..f95e195 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -390,7 +390,6 @@ local7.none %{$g['varlog_path']}/system.log
security.* %{$g['varlog_path']}/system.log
auth.info;authpriv.info;daemon.info %{$g['varlog_path']}/system.log
local1.* %{$g['varlog_path']}/slbd.log
-auth.info;authpriv.info |exec /usr/local/sbin/sshlockout_pf
*.emerg *
EOD;
diff --git a/etc/syslog.conf b/etc/syslog.conf
index 6f29538..26a3b2c 100644
--- a/etc/syslog.conf
+++ b/etc/syslog.conf
@@ -8,5 +8,4 @@ news.err;local3.none;local4.none; %/var/log/system.log
*.notice; %/var/log/system.log
local0.none;daemon.info %/var/log/system.log
daemon.info;security.* %/var/log/ipsec.log
-auth.info;authpriv.info %/var/log/system.log
-auth.info;authpriv.info |exec /usr/local/sbin/sshlockout_pf
+auth.info;authpriv.info %/var/log/system.log \ No newline at end of file
OpenPOWER on IntegriCloud