diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2023-06-21 13:04:43 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2023-09-07 15:31:09 +0300 |
| commit | 02c6848270ee5ee025ea80b459456e96f31d6eb8 (patch) | |
| tree | ecb052a4fbd7eb1ed851243890742c998254e6c5 | |
| parent | 6d836951fc1d6f7009dbefda487cc9d88dd56594 (diff) | |
move new SSH Server crypto configs to the correct Server section in the schema
| -rwxr-xr-x | examples/dtail.schema.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/examples/dtail.schema.json b/examples/dtail.schema.json index 44fb4c2..d13b133 100755 --- a/examples/dtail.schema.json +++ b/examples/dtail.schema.json @@ -246,24 +246,6 @@ }, "TextFg": { "#ref": "#/definitions/color" - }, - "KeyExchanges": { - "type": "array", - "items": { - "type": "string" - } - }, - "Ciphers": { - "type": "array", - "items": { - "type": "string" - } - }, - "MACs": { - "type": "array", - "items": { - "type": "string" - } } } }, @@ -365,6 +347,24 @@ "SSHBindAddress": { "type": "string" }, + "KeyExchanges": { + "type": "array", + "items": { + "type": "string" + } + }, + "Ciphers": { + "type": "array", + "items": { + "type": "string" + } + }, + "MACs": { + "type": "array", + "items": { + "type": "string" + } + }, "HostKeyFile": { "type": "string" }, |
