Initial commit

This commit is contained in:
Danielle McLean 2017-09-03 15:59:58 +10:00
commit 059908ec3a
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
2 changed files with 9 additions and 0 deletions

1
.stow-rename Normal file
View File

@ -0,0 +1 @@
ssh => .ssh

8
ssh/config Normal file
View File

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