fix: config.json.sample had disableInteractiveAuth
set to true
, changed to false
This commit is contained in:
parent
049b8fb1f6
commit
0c5de9fb97
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
"keepaliveCountMax": 10,
|
||||
"allowedSubnets": [],
|
||||
"alwaysSendKeyboardInteractivePrompts": false,
|
||||
"disableInteractiveAuth": true,
|
||||
"disableInteractiveAuth": false,
|
||||
"algorithms": {
|
||||
"cipher": [
|
||||
"aes128-ctr",
|
||||
|
|
Loading…
Reference in a new issue