ssh/ssh/config

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