From 914e43c711804f4fe19be503923f68901f320d8d Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Date: Tue, 24 Sep 2019 20:53:04 +0200 Subject: [PATCH] remove deprecated setting --- templates/sshd_config.conf.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/sshd_config.conf.j2 b/templates/sshd_config.conf.j2 index 51fd10a..8bd5e07 100644 --- a/templates/sshd_config.conf.j2 +++ b/templates/sshd_config.conf.j2 @@ -40,8 +40,6 @@ HostKey /etc/ssh/ssh_host_ecdsa_key Subsystem sftp /usr/lib/openssh/sftp-server -f AUTHPRIV -l INFO -UsePrivilegeSeparation sandbox - KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com -- GitLab