dotfiles/ssh/config
Thomas Preisner 6c05cf1a98 ssh: config: externalize host configuration
Even though it may not be critical to have usernames, hostnames and the
respective ssh ports out in the open as they usually aren't secret, it
should still be avoided.
2021-04-24 14:33:53 +02:00

12 lines
217 B
Text

# vim: ft=sshconfig
# Rules for all connections
Host *
AddKeysToAgent confirm
# Include external config if available
Include conf.d/*
# Use if they havent been defined yet:
Host *
Compression yes
ForwardAgent no