X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=ssh_config;h=9dc5150803fdb0c04ed89778233d7b85d5c4e218;hb=25a08d633cffde3db73220f8de8cdc1ff6188ff1;hp=b61298dabfca6f6e428dada37ab71ac34080dad5;hpb=614f9080ac810a2f4c0a5244bca856f3358e625e;p=config%2Fdotfiles.git diff --git a/ssh_config b/ssh_config index b61298d..9dc5150 100644 --- a/ssh_config +++ b/ssh_config @@ -33,8 +33,13 @@ Host * # ControlMaster to work. ControlPath ~/.ssh/master-%l-%h-%p-%r +# Abort if not all requested port forwardings can be set up. + ExitOnForwardFailure yes + # 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