mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-13 07:03:32 +01:00
13 lines
317 B
Text
13 lines
317 B
Text
# Include separate configs from ~/.ssh/config.d/
|
|
Include ~/.ssh/config.d/*
|
|
|
|
# Defaults
|
|
Host *
|
|
ForwardAgent no
|
|
ForwardX11 no
|
|
IdentitiesOnly yes
|
|
IdentityFile ~/.ssh/keys/%h
|
|
UserKnownHostsFile ~/.ssh/known_hosts ~/.ssh/known_hosts.d/%h ~/.ssh/known_hosts2
|
|
UpdateHostKeys ask
|
|
HashKnownHosts no
|
|
AddKeysToAgent yes
|