10 lines
176 B
Text
10 lines
176 B
Text
# Include drop-in configurations
|
|
Include ~/.ssh/config.d/*.conf
|
|
|
|
# Global configuration
|
|
AddKeysToAgent yes
|
|
|
|
# Host defaults
|
|
Host *
|
|
IdentitiesOnly yes
|
|
SendEnv LANG LC_*
|