From 0c5de9fb97daa458caae9095b59664969678d775 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Wed, 4 Dec 2024 11:56:57 +0000 Subject: [PATCH] fix: config.json.sample had `disableInteractiveAuth` set to `true`, changed to `false` --- config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.sample b/config.json.sample index d41d63c..59c981e 100644 --- a/config.json.sample +++ b/config.json.sample @@ -26,7 +26,7 @@ "keepaliveCountMax": 10, "allowedSubnets": [], "alwaysSendKeyboardInteractivePrompts": false, - "disableInteractiveAuth": true, + "disableInteractiveAuth": false, "algorithms": { "cipher": [ "aes128-ctr",