summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-01 23:06:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-01 23:06:18 +0000
commit59d09874f9b55f761efa5418b36d0930a2cf57cd (patch)
treed033b0ab855d9cc0661fa5e0c3e29876771379f0 /etc
parent3a32590b7f5d95653fd2e6e027c24fc57bfb95dc (diff)
downloadpfsense-59d09874f9b55f761efa5418b36d0930a2cf57cd.zip
pfsense-59d09874f9b55f761efa5418b36d0930a2cf57cd.tar.gz
Use enablesshd tag
Diffstat (limited to 'etc')
-rwxr-xr-xetc/sshd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sshd b/etc/sshd
index 4685f56..d4a2a85 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -32,7 +32,7 @@
$stderr = fopen("php://stderr", "w");
- if(!isset($config['system']['sshenabled']))
+ if(!isset($config['system']['enablesshd']))
exit;
function file_size($file) {
OpenPOWER on IntegriCloud