ssh/ssh/config
2017-09-03 15:59:58 +10:00

9 lines
174 B
Plaintext

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