From d1d09647e9e85db5f8d548e6e80af2d717775960 Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Sun, 9 Dec 2018 00:18:09 +0100 Subject: [PATCH] Add support for Mac OS clients --- templates/sshd_config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sshd_config.j2 b/templates/sshd_config.j2 index cb5e4d0..8d4d0fe 100644 --- a/templates/sshd_config.j2 +++ b/templates/sshd_config.j2 @@ -27,5 +27,5 @@ Subsystem sftp /usr/libexec/sftp-server UsePAM yes KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr -MACs umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com +MACs umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512 HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa