ssh/dot-ssh/config
2023-10-23 15:16:57 +11:00

10 lines
196 B
Plaintext

# vim: set ft=sshconfig :
Include config.d/*
Host *
ControlMaster auto
ControlPath ~/.cache/ssh/%r@%h:%p
ControlPersist 3600
StreamLocalBindUnlink yes
VerifyHostKeyDNS yes
VisualHostKey yes