diff options
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.ssh/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index be19d66..04dcb80 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -1,5 +1,6 @@ AddKeysToAgent yes HashKnownHosts no -StrictHostKeyChecking no -ServerAliveInterval 15 +NoHostAuthenticationForLocalhost yes ServerAliveCountMax 3 +ServerAliveInterval 15 +StrictHostKeyChecking no |