diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sshconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/sshconfig b/misc/sshconfig new file mode 100644 index 0000000..af0df1e --- /dev/null +++ b/misc/sshconfig | |||
@@ -0,0 +1,4 @@ | |||
1 | Host * | ||
2 | ControlPath /tmp/ssh-%r@%h:%p | ||
3 | ControlMaster auto | ||
4 | ControlPersist 600 | ||