summaryrefslogtreecommitdiff
path: root/playbooks.d/ssh
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-08-30 04:22:39 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-08-30 04:22:39 +0200
commit478564f9cef49da07f426d7d927aa97e4b7eec31 (patch)
tree4f5d0a74df003500501f9ac1b77dc14f09eab62a /playbooks.d/ssh
parent801ea22dcac551b33b8f3c3007431bc0c896b939 (diff)
Just standardize on ed25519
Diffstat (limited to 'playbooks.d/ssh')
-rw-r--r--playbooks.d/ssh/share/sshd_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks.d/ssh/share/sshd_config b/playbooks.d/ssh/share/sshd_config
index b7eae70..900ed34 100644
--- a/playbooks.d/ssh/share/sshd_config
+++ b/playbooks.d/ssh/share/sshd_config
@@ -19,8 +19,8 @@ PubkeyAuthentication no
# Security
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
-HostKeyAlgorithms rsa-sha2-512,rsa-sha2-256,ssh-ed25519
-KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha256
+HostKeyAlgorithms ssh-ed25519
+KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org
MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,umac-128-etm@openssh.com
# Allow tyil