ssh/dot-ssh/config

10 lines
196 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
2018-03-14 20:39:06 -04:00
VerifyHostKeyDNS yes
2017-09-03 01:59:58 -04:00
VisualHostKey yes