Migrate from .stow-rename to --dotfiles

This commit is contained in:
Danielle McLean 2023-10-23 15:16:57 +11:00
parent a9bd4463a1
commit 4c152b91bf
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
3 changed files with 0 additions and 1 deletions

9
dot-ssh/config Normal file
View file

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