summaryrefslogtreecommitdiff
path: root/factory-default
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-07-14 15:24:54 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-07-14 15:24:54 +0100
commit8721091d1b991f7312d12ab83b218b1c07075883 (patch)
tree9fecdf837bf629c46e016009ddebeffd73771ba4 /factory-default
parenteclass/linux-build: ignore CONFIG_ARCH_SUPPORTS (diff)
downloadportage-8721091d1b991f7312d12ab83b218b1c07075883.tar.xz
factory-default/net-misc/openssh: allow sk-ssh-ed25519@openssh.com
Diffstat (limited to 'factory-default')
-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 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