sshd: add support for host key certificates

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-04-01 08:03:56 +02:00
parent a7b159aebb
commit 55f8171dd1
5 changed files with 91 additions and 2 deletions

View File

@@ -63,6 +63,7 @@
"max_auth_tries": 0,
"banner": "",
"host_keys": [],
"host_certificates": [],
"kex_algorithms": [],
"ciphers": [],
"macs": [],