[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
1 changed files with 2 additions and 0 deletions

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