From 32128994c944a750e43601cb9bce3f0650ab6d5d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 11 Aug 2019 00:00:48 +0300 Subject: .ssh/config: NoHostAuthenticationForLocalhost yes --- %HOME%/.ssh/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '%HOME%') 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 -- cgit v1.2.3