From a3bb8a44a6ba6f7184e8ce2f5bd16a69162794f1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 5 Jun 2023 16:21:31 +0300 Subject: can configure SSH algorithms --- samples/dtail.schema.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'samples') diff --git a/samples/dtail.schema.json b/samples/dtail.schema.json index 1ee9980..44fb4c2 100755 --- a/samples/dtail.schema.json +++ b/samples/dtail.schema.json @@ -246,6 +246,24 @@ }, "TextFg": { "#ref": "#/definitions/color" + }, + "KeyExchanges": { + "type": "array", + "items": { + "type": "string" + } + }, + "Ciphers": { + "type": "array", + "items": { + "type": "string" + } + }, + "MACs": { + "type": "array", + "items": { + "type": "string" + } } } }, -- cgit v1.2.3