X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ssh_config;h=d24dc6dec8e781d62725c1aac07667a828f8ce83;hb=b47d157a1a282eb2ce95536e108e8f11593ce367;hp=188d9251e1353457443db676fc5200052d83ee5c;hpb=20ebba211fbd7740921433de61f301462553fe6b;p=config%2Fdotfiles.git diff --git a/ssh_config b/ssh_config index 188d925..d24dc6d 100644 --- a/ssh_config +++ b/ssh_config @@ -102,7 +102,7 @@ Host * # sockets are stored in ~/.ssh (by default ControlPath is not set). Using %r # (remote user name) might leak information to other users on the current # system (e.g. via netstat or lsof). - ControlPath ~/.ssh/master-%l-%h-%p-%r + ControlPath ~/.ssh/master/%l-%h-%p-%r # Automatically create a new master session if there's none yet or use an # existing one. This way the user doesn't have to use -M to enable a master # manually. Don't set this option to "yes" or all SSH commands try to become @@ -132,5 +132,6 @@ 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 +# Check host keys from DNS' SSHFP resource records but ask apply +# StrictHostKeyChecking before trusting them. + VerifyHostKeyDNS ask