X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ssh_config;h=e4096fa09774a43e9b9b1c3b1c509b0ced75f7b6;hb=2e02e45a4a6a0e664fc0ae60dec970932df2796a;hp=a9835c2512f79531e24facb831323c091ebd3ee2;hpb=8ad1d0be07448ea0b215765594a68ee00d4b1d55;p=config%2Fdotfiles.git diff --git a/ssh_config b/ssh_config index a9835c2..e4096fa 100644 --- a/ssh_config +++ b/ssh_config @@ -26,6 +26,18 @@ # ServerAliveInterval 5 +# Options are parsed top-to-bottom, the first matching option is used. Later +# assignments to the same option are ignored, thanks to anonJD in #openssh on +# Freenode (2011-05-18 21:40 CEST) for letting me know. Therefore put all +# affected host specific rules here, before the global rules. +# +# For example to change the MACs option for a specific host, use: +# +# Host host +# # Old SSH daemon which needs SHA1 (SHA-512 in case it gets updated). +# MACs hmac-sha2-512,hmac-sha1 + + # Rules for all hosts. Host *