X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ssh_config;h=9dc5150803fdb0c04ed89778233d7b85d5c4e218;hb=25a08d633cffde3db73220f8de8cdc1ff6188ff1;hp=217ae9ef7abf90de2533f81bbca70578282b70b7;hpb=5b041628369b1f54ab4460c6f05ec203b20d28fd;p=config%2Fdotfiles.git diff --git a/ssh_config b/ssh_config index 217ae9e..9dc5150 100644 --- a/ssh_config +++ b/ssh_config @@ -39,5 +39,7 @@ Host * # Don't send any environment variables. SendEnv +# Check host IP in known_hosts when connecting to detect DNS spoofing. + CheckHostIP yes # Ask before adding any host keys to ~/.ssh/known_hosts. StrictHostKeyChecking ask