X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=shell%2Fssh_config;h=cf05b9b2731678f07abd9644d341fc3619f7555f;hp=69bc19742954248f6ad75a9f0087bd4add32dd9a;hb=HEAD;hpb=acbc561fcc66fcfc1a013cab4033fa272f7c5643 diff --git a/shell/ssh_config b/shell/ssh_config index 69bc197..cf05b9b 100644 --- a/shell/ssh_config +++ b/shell/ssh_config @@ -128,19 +128,19 @@ Host * # Don't permit running local commands (default). PermitLocalCommand no -# Don't send any environment variables (default). - SendEnv - # Don't hash any hosts in ~/.ssh/known_hosts. It doesn't help if the ssh hosts # are stored in the shell's history file or in this file as shortcut so it's # rather useless (default). HashKnownHosts no +# Ask to update the known hosts when the server sends additional host keys +# (default, currently incompatible with ControlPersist). + UpdateHostKeys ask # Check host IP in known_hosts when connecting to detect DNS spoofing # (default). CheckHostIP yes # Ask before adding any host keys to ~/.ssh/known_hosts (default). StrictHostKeyChecking ask -# Check host keys from DNS' SSHFP resource records but ask apply +# Check host keys from DNS' SSHFP resource records but apply # StrictHostKeyChecking before trusting them. VerifyHostKeyDNS ask