summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-31 01:29:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-31 01:29:29 +0000
commite4662fc5aa1522410abb690f791cffdaeb6f29a5 (patch)
treeb470e2e6d6bc30e3a2c959e853649021bdcce2e3 /etc/sshd
parent2615fed948fe1d9c2c47a11a913881adebd89253 (diff)
downloadpfsense-e4662fc5aa1522410abb690f791cffdaeb6f29a5.zip
pfsense-e4662fc5aa1522410abb690f791cffdaeb6f29a5.tar.gz
Enable SSHD on upgrade
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sshd b/etc/sshd
index 4a5c71c..4685f56 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -32,7 +32,7 @@
$stderr = fopen("php://stderr", "w");
- if(!isset($config['sshenabled']))
+ if(!isset($config['system']['sshenabled']))
exit;
function file_size($file) {
OpenPOWER on IntegriCloud