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

@@ -103,10 +103,21 @@
"resticPassword": {
"type": "string"
},
"rootSshKeys": {
"type": "array",
"items": {
"type": "string"
"ssh": {
"type": "object",
"properties": {
"enable": {
"type": "boolean"
},
"rootKeys": {
"type": "array",
"items": {
"type": "string"
}
},
"passwordAuthentication": {
"type": "boolean"
}
}
},
"users": {