From c25d4baa66baf5066ad0646dd5515195979bc5c2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 5 Jun 2018 03:10:27 +0300 Subject: .ssh/config: StrictHostKeyChecking no I _never_ bother to verify fingerprints anyway. --- %HOME%/.ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 7b1bab3..2b2b122 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -1,2 +1,3 @@ AddKeysToAgent yes HashKnownHosts no +StrictHostKeyChecking no -- cgit v1.2.3