diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-02 18:27:10 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 16:02:51 +0100 |
commit | cfbc1f5da07c335bfca997fc4d25af989fd6787c (patch) | |
tree | c9eb3e69330997bf6cf3e44948754af1ce576266 /factory-default | |
parent | sys-kernel/stable-sources: version bump (diff) | |
download | portage-cfbc1f5da07c335bfca997fc4d25af989fd6787c.tar.xz |
factory-default: whitelist rsa-sha2-512
Diffstat (limited to 'factory-default')
-rw-r--r-- | factory-default/net-misc/openssh/etc/ssh/ssh_config | 4 |
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 |