diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-12 20:06:59 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-12 20:06:59 +0800 |
commit | 004df5490a4849a863c5a604ef64fd14df10abb1 (patch) | |
tree | dbc90551cb5cf3584e2a1d9f8e7c1e5d474d1743 /misc | |
parent | d76a684566c8a23640bf340d177f00232926ca1b (diff) |
Update
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 | ||