1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-11-12 22:53:31 +01:00

[ssh] Turn off known host hashing and auto add keys after use

This commit is contained in:
Eric Teunis de Boone 2024-06-13 09:49:35 +02:00
parent f8a1d54124
commit ebc57a32a5

View file

@ -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