dotfiles/ssh/config

14 lines
324 B
Plaintext
Raw Normal View History

# Include separate configs from ~/.ssh/config.d/
2024-08-17 00:38:56 +02:00
Include ~/.ssh/config.d/*.config
# 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