diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-11 00:00:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-11 00:00:48 +0300 |
commit | 32128994c944a750e43601cb9bce3f0650ab6d5d (patch) | |
tree | 7d100dc6d040a8923514c5157db76d9dafb828ee | |
parent | add str_iconv* (diff) | |
download | linux-home-32128994c944a750e43601cb9bce3f0650ab6d5d.tar.gz linux-home-32128994c944a750e43601cb9bce3f0650ab6d5d.zip |
.ssh/config: NoHostAuthenticationForLocalhost yes
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 |