diff options
| -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" }, |
