containers-borg/ssh_config

8 lines
145 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