summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/sshd b/etc/sshd
index bb67d95..4a5c71c 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -32,6 +32,9 @@
$stderr = fopen("php://stderr", "w");
+ if(!isset($config['sshenabled']))
+ exit;
+
function file_size($file) {
$size = filesize($file);
return $size;
OpenPOWER on IntegriCloud