From a17951b4cdc2cbca7fa9175f7e56401efee8d873 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 23 Jan 2020 10:07:34 +0300 Subject: .ssh/config: add more comments Also, rename config_work to config_local. --- %HOME%/.ssh/config | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to '%HOME%') diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 91ee89b..c6b4036 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -1,7 +1,18 @@ -Include ~/.ssh/config_work AddKeysToAgent yes + +# Make known_hosts actually readable. HashKnownHosts no + +# Don't verify localhost, duh. NoHostAuthenticationForLocalhost yes + +# Add server keys to known_hosts silently, I never bother to verify them +# anyway. +StrictHostKeyChecking no + +# Keep ssh connections alive. +# Wonder why this isn't default. ServerAliveCountMax 3 ServerAliveInterval 15 -StrictHostKeyChecking no + +Include ~/.ssh/config_local -- cgit v1.2.3