From c103d86b7e260395a33288dc05a63435429babb6 Mon Sep 17 00:00:00 2001 From: Sir3lit Date: Sat, 10 Nov 2018 21:02:59 -0500 Subject: [PATCH] Move where to put enabled People are getting confused and putting it under the key pair and not knowing to add a comma after the closing key pair bracket, causing the daemon to fail to start, added ip to give context where it should go. --- daemon/standalone_sftp.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/daemon/standalone_sftp.md b/daemon/standalone_sftp.md index 2fac4534..6f004617 100644 --- a/daemon/standalone_sftp.md +++ b/daemon/standalone_sftp.md @@ -18,9 +18,11 @@ To disable the Daemon SFTP server, you only need to add `sftp.enabled=false` to { ... "sftp": { + ... + "ip": "0.0.0.0", + "enabled": false, "port": 2022, ... - "enabled": false }, ... }