commit 059908ec3aa19785df2132705fcd85212a191f6e Author: Danielle McLean Date: Sun Sep 3 15:59:58 2017 +1000 Initial commit diff --git a/.stow-rename b/.stow-rename new file mode 100644 index 0000000..3a978cc --- /dev/null +++ b/.stow-rename @@ -0,0 +1 @@ +ssh => .ssh diff --git a/ssh/config b/ssh/config new file mode 100644 index 0000000..44aace7 --- /dev/null +++ b/ssh/config @@ -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