mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Add config option to disable sshd
This commit is contained in:
@@ -143,7 +143,8 @@
|
||||
"additionalProperties": false,
|
||||
|
||||
"properties": {
|
||||
"keys": {"type": "object"}
|
||||
"keys": {"type": "object"},
|
||||
"disable": {"type": "boolean"}
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user