diff options
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 |