ssh: refactor host key algorithm restriction

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2023-10-07 16:07:19 +02:00
parent 19a95d8c55
commit f05fe78737
10 changed files with 220 additions and 150 deletions
+4 -4
View File
@@ -6367,6 +6367,10 @@ components:
type: string
fingerprint:
type: string
algorithms:
type: array
items:
type: string
SSHBinding:
type: object
properties:
@@ -6501,10 +6505,6 @@ components:
type: array
items:
$ref: '#/components/schemas/SSHAuthentications'
host_key_algos:
type: array
items:
type: string
macs:
type: array
items: