fix: config.json.sample had disableInteractiveAuth set to true, changed to false

This commit is contained in:
Bill Church 2024-12-04 11:56:57 +00:00
parent 049b8fb1f6
commit 0c5de9fb97
No known key found for this signature in database

View file

@ -26,7 +26,7 @@
"keepaliveCountMax": 10, "keepaliveCountMax": 10,
"allowedSubnets": [], "allowedSubnets": [],
"alwaysSendKeyboardInteractivePrompts": false, "alwaysSendKeyboardInteractivePrompts": false,
"disableInteractiveAuth": true, "disableInteractiveAuth": false,
"algorithms": { "algorithms": {
"cipher": [ "cipher": [
"aes128-ctr", "aes128-ctr",