X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ssh_config;h=a860b7d82a5f786d25eda9ac4ec61dec75df2a66;hb=a60026feb10e26fe211e62ca19787130a8b3b932;hp=2d272842ada17db8c158c4eaa86c115b9b2e6c85;hpb=8fab449d59c0cc250464c03d085625141b4b12a6;p=config%2Fdotfiles.git diff --git a/ssh_config b/ssh_config index 2d27284..a860b7d 100644 --- a/ssh_config +++ b/ssh_config @@ -26,6 +26,12 @@ # ServerAliveInterval 5 +# Global options which overwrite other host-local options must be at end or +# the host-local options 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. + + # Rules for all hosts. Host * @@ -120,3 +126,5 @@ Host * CheckHostIP yes # Ask before adding any host keys to ~/.ssh/known_hosts (default). StrictHostKeyChecking ask +# Don't trust host keys from DNS' SSHFP resource records (default). + VerifyHostKeyDNS no