summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:27 +0000
commit908d47fe5236a9a2ea774bd51c71a0c44cd6fd1b (patch)
tree95b8baa0899528eeef2152537bb032d4c5bf7ea9
parentSetting MACs in ssh_config to UMAC and HMAC. (diff)
downloadopenssh-908d47fe5236a9a2ea774bd51c71a0c44cd6fd1b.tar.xz
openssh-908d47fe5236a9a2ea774bd51c71a0c44cd6fd1b.zip
Setting PubkeyAcceptedKeyTypes in ssh_config to ED25519 and RSA.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/ssh_config.d/modern-ssh.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/local/ssh_config.d/modern-ssh.conf b/debian/local/ssh_config.d/modern-ssh.conf
index 8de38c6..2178594 100644
--- a/debian/local/ssh_config.d/modern-ssh.conf
+++ b/debian/local/ssh_config.d/modern-ssh.conf
@@ -6,3 +6,4 @@ HostbasedKeyTypes sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com
HostKeyAlgorithms sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-256
KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group14-sha256,diffie-hellman-group-exchange-sha256
MACs umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com
+PubkeyAcceptedKeyTypes sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-256