aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-08-11 00:00:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-08-11 00:00:48 +0300
commit32128994c944a750e43601cb9bce3f0650ab6d5d (patch)
tree7d100dc6d040a8923514c5157db76d9dafb828ee /%HOME%
parentadd str_iconv* (diff)
downloadlinux-home-32128994c944a750e43601cb9bce3f0650ab6d5d.tar.gz
linux-home-32128994c944a750e43601cb9bce3f0650ab6d5d.zip
.ssh/config: NoHostAuthenticationForLocalhost yes
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.ssh/config5
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