summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2023-06-05 16:21:31 +0300
committerPaul Buetow <pbuetow@mimecast.com>2023-06-05 16:21:31 +0300
commita3bb8a44a6ba6f7184e8ce2f5bd16a69162794f1 (patch)
treec7e3fe60821935fd88cf3bcaec3055b58cff07f7 /samples
parent3c9e5c71d30209b415df9c0d7149da2c3a923c7a (diff)
can configure SSH algorithms
Diffstat (limited to 'samples')
-rwxr-xr-xsamples/dtail.schema.json18
1 files changed, 18 insertions, 0 deletions
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"
+ }
}
}
},