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 bea2d57d..c7bb50b0 100644 --- a/factory-default/net-misc/openssh/etc/ssh/ssh_config +++ b/factory-default/net-misc/openssh/etc/ssh/ssh_config @@ -24,7 +24,7 @@ Host * CheckHostIP yes # Key algorithms that the client wants to use in order of preference - HostKeyAlgorithms ssh-ed25519 + HostKeyAlgorithms ssh-ed25519,sk-ssh-ed25519@openssh.com # Ciphers allowed and their order of preference Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com @@ -36,7 +36,7 @@ Host * MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com # Key types used for public key authentication - PubkeyAcceptedKeyTypes ssh-ed25519 + PubkeyAcceptedAlgorithms ssh-ed25519,sk-ssh-ed25519@openssh.com # Disable compression Compression no |