ssh/ssh/config

9 lines
174 B
Plaintext
Raw Normal View History

2017-09-03 01:59:58 -04:00
# vim: set ft=sshconfig :
Include config.d/*
Host *
ControlMaster auto
ControlPath ~/.cache/ssh/%r@%h:%p
ControlPersist 3600
StreamLocalBindUnlink yes
VisualHostKey yes