sshd: disable by default ssh-rsa host key algo

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-04-04 18:52:19 +02:00
parent 7c8bb5b18a
commit f9d8b83c2a
8 changed files with 52 additions and 10 deletions

View File

@@ -64,6 +64,7 @@
"banner": "",
"host_keys": [],
"host_certificates": [],
"host_key_algorithms": [],
"kex_algorithms": [],
"ciphers": [],
"macs": [],