containers-borg/ssh_config
2023-05-20 11:57:09 -03:00

8 lines
164 B
Text

Host *
Protocol 2
ControlMaster auto
ControlPath /tmp/ssh-%r@%h:%p
VerifyHostKeyDNS yes
HashKnownHosts yes
StrictHostKeyChecking ask
ForwardAgent yes