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