Removed sha1-based MACs from default config

This commit is contained in:
Andrew 2023-11-30 11:47:21 -08:00 committed by GitHub
parent cb23f0d9c0
commit 5c521f6f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,12 +68,10 @@
"umac-128-etm@openssh.com," \
"hmac-sha2-256-etm@openssh.com," \
"hmac-sha2-512-etm@openssh.com," \
"hmac-sha1-etm@openssh.com," \
"umac-64@openssh.com," \
"umac-128@openssh.com," \
"hmac-sha2-256," \
"hmac-sha2-512," \
"hmac-sha1"
"hmac-sha2-512,"
#define KEX_CLIENT_MAC KEX_SERVER_MAC