aboutsummaryrefslogtreecommitdiffstats
path: root/ssh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-10-05 23:11:41 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-11-20 11:50:15 +0100
commit28611ee21f476ecfe608975555485cacec24b4f9 (patch)
tree54deb00bd2962ff0bc636f3cfde6989ccb18b5ae /ssh
parent7d9a1153fff58f5b9d21fd7ab22589d212142586 (diff)
downloaddotfiles-28611ee21f476ecfe608975555485cacec24b4f9.tar.xz
ssh/config: Remove dropped MACs
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'ssh')
-rw-r--r--ssh/config2
1 files changed, 1 insertions, 1 deletions
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