bundlewrap/bundles/ssh/files/ssh_config

10 lines
298 B
Text

Host *
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
StrictHostKeyChecking yes
GlobalKnownHostsFile /etc/ssh/ssh_known_hosts
# fixme: prevents backup server from sleeping
# ControlMaster auto
# ControlPath ~/.ssh/multiplex-%C
# ControlPersist 5m