From 17e1c02c53c9083cf2201c6e4c8ac5d493738f42 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 7 Sep 2017 11:50:07 +0200 Subject: [PATCH] ssh_config: fix typo in comment --- ssh_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh_config b/ssh_config index d24dc6d..09995ab 100644 --- a/ssh_config +++ b/ssh_config @@ -66,7 +66,7 @@ Host * # [1]: http://cseweb.ucsd.edu/~mihir/papers/oem.html MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-512 # Disable DSA host keys because they are weak (only 1024 bit) and elliptic -# curves. I don't need certificates, therefore disables those algorithms as +# curves. I don't need certificates, therefore disable those algorithms as # well (*-cert-*). HostKeyAlgorithms ssh-rsa -- 2.43.2