dotfiles/.ssh/config

11 lines
176 B
Text
Raw Normal View History

# Include drop-in configurations
Include ~/.ssh/config.d/*.conf
2020-02-01 18:30:46 +01:00
# Global configuration
AddKeysToAgent yes
2020-06-14 17:22:54 +02:00
# Host defaults
Host *
IdentitiesOnly yes
SendEnv LANG LC_*