From 28611ee21f476ecfe608975555485cacec24b4f9 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 5 Oct 2017 23:11:41 +0200 Subject: ssh/config: Remove dropped MACs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh') diff --git a/ssh/config b/ssh/config index 9ff770e..fe4c70e 100644 --- a/ssh/config +++ b/ssh/config @@ -22,7 +22,7 @@ Host * HostKeyAlgorithms ssh-ed25519,ssh-rsa KexAlgorithms curve25519-sha256@libssh.org,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,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com + 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 VerifyHostKeyDNS yes ControlPath /run/user/%i/ssh.%r@%h:%p ControlMaster auto -- cgit v1.2.3-54-g00ecf