diff --git a/ssh/config b/ssh/config index a3695f6..4111cb7 100644 --- a/ssh/config +++ b/ssh/config @@ -9,3 +9,5 @@ Host * IdentityFile ~/.ssh/keys/%h UserKnownHostsFile ~/.ssh/known_hosts ~/.ssh/known_hosts.d/%h ~/.ssh/known_hosts2 UpdateHostKeys ask + HashKnownHosts no + AddKeysToAgent yes