From cfbc1f5da07c335bfca997fc4d25af989fd6787c Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Fri, 2 Oct 2020 18:27:10 +0100 Subject: factory-default: whitelist rsa-sha2-512 --- factory-default/net-misc/openssh/etc/ssh/ssh_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'factory-default') diff --git a/factory-default/net-misc/openssh/etc/ssh/ssh_config b/factory-default/net-misc/openssh/etc/ssh/ssh_config index 565f483a..05c6a6ef 100644 --- a/factory-default/net-misc/openssh/etc/ssh/ssh_config +++ b/factory-default/net-misc/openssh/etc/ssh/ssh_config @@ -35,8 +35,8 @@ Host * # MAC (message authentication code) algorithms in order of preference MACs umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com - # ssh-rsa - PubkeyAcceptedKeyTypes ssh-ed25519,ssh-rsa + # Key types used for public key authentication + PubkeyAcceptedKeyTypes ssh-ed25519,rsa-sha2-512,ssh-rsa # Disable compression Compression no -- cgit v1.2.3