diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-10-05 23:11:41 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-20 11:50:15 +0100 |
commit | 28611ee21f476ecfe608975555485cacec24b4f9 (patch) | |
tree | 54deb00bd2962ff0bc636f3cfde6989ccb18b5ae /ssh | |
parent | 7d9a1153fff58f5b9d21fd7ab22589d212142586 (diff) | |
download | dotfiles-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/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |