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:
parent
f8a1d54124
commit
ebc57a32a5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue