aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
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