summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-10-02 18:27:10 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-10-18 16:02:51 +0100
commitcfbc1f5da07c335bfca997fc4d25af989fd6787c (patch)
treec9eb3e69330997bf6cf3e44948754af1ce576266
parentsys-kernel/stable-sources: version bump (diff)
downloadportage-cfbc1f5da07c335bfca997fc4d25af989fd6787c.tar.xz
factory-default: whitelist rsa-sha2-512
-rw-r--r--factory-default/net-misc/openssh/etc/ssh/ssh_config4
1 files changed, 2 insertions, 2 deletions
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