From 02c6848270ee5ee025ea80b459456e96f31d6eb8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 21 Jun 2023 13:04:43 +0300 Subject: move new SSH Server crypto configs to the correct Server section in the schema --- examples/dtail.schema.json | 36 ++++++++++++++++++------------------ 1 file 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" }, -- cgit v1.2.3