diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2023-06-05 16:21:31 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2023-06-05 16:21:31 +0300 |
| commit | a3bb8a44a6ba6f7184e8ce2f5bd16a69162794f1 (patch) | |
| tree | c7e3fe60821935fd88cf3bcaec3055b58cff07f7 /samples | |
| parent | 3c9e5c71d30209b415df9c0d7149da2c3a923c7a (diff) | |
can configure SSH algorithms
Diffstat (limited to 'samples')
| -rwxr-xr-x | samples/dtail.schema.json | 18 |
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" + } } } }, |
