containers-borg/ssh_config

9 lines
164 B
Plaintext
Raw Normal View History

2020-09-03 15:43:52 +00:00
Host *
Protocol 2
ControlMaster auto
ControlPath /tmp/ssh-%r@%h:%p
VerifyHostKeyDNS yes
HashKnownHosts yes
StrictHostKeyChecking ask
2023-05-20 14:57:09 +00:00
ForwardAgent yes