From 485dccfe11b5d4025446882726593a85877a1cbf Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 22 Mar 2016 22:29:08 -0600 Subject: [PATCH] SSH not enabled by default (Req's PK/pass in config) --- core/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.js b/core/config.js index 7525f147..2fccab82 100644 --- a/core/config.js +++ b/core/config.js @@ -192,7 +192,7 @@ function getDefaultConfig() { }, ssh : { port : 8889, - enabled : true, + enabled : false, // defualt to false as PK/pass in config.hjson are required // // Private key in PEM format