Add more SSH settings

This commit is contained in:
Inex Code
2021-11-15 16:35:04 +03:00
parent 05627a1dc9
commit 7193030b37
4 changed files with 42 additions and 14 deletions

View File

@@ -45,9 +45,13 @@ Example JSON config:
},
"timezone": "Europe/Moscow",
"resticPassword": "PASS",
"rootSshKeys": [
"ssh-ed25519 KEY user@host"
],
"ssh": {
"enable": true,
"rootSshKeys": [
"ssh-ed25519 KEY user@host"
],
"passwordAuthentication": true
},
"username": "owner",
"users": [
{