From 059908ec3aa19785df2132705fcd85212a191f6e Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sun, 3 Sep 2017 15:59:58 +1000 Subject: [PATCH] Initial commit --- .stow-rename | 1 + ssh/config | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .stow-rename create mode 100644 ssh/config 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