This commit is contained in:
Jeffrey C. Ollie 2023-10-30 22:57:39 -05:00
parent 522501d598
commit 95e978451b
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -9,9 +9,11 @@ from pydantic import BaseModel
from pydantic import TypeAdapter
kex_algorithms = [
"diffie-hellman-group14-sha1",
"diffie-hellman-group1-sha1",
"diffie-hellman-group-exchange-sha1",
"diffie-hellman-group14-sha1",
"diffie-hellman-group-exchange-sha256",
"ecdh-sha2-nistp256",
]
ciphers = [