Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/roles/ssh_users/templates/sshd_config
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ PrintMotd no
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
Ciphers chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
KexAlgorithms mlkem768x25519-sha256,curve25519-sha256
KexAlgorithms curve25519-sha256
MACs hmac-sha2-512,hmac-sha2-256
Loading