summaryrefslogtreecommitdiff
path: root/bin/sshfs
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2017-10-17 18:12:57 -0600
committermediocregopher <mediocregopher@gmail.com>2021-10-03 17:22:56 -0600
commit07ab3a77b44944a1ac234fbd717391f36370416e (patch)
treeedd959740bf9256bf38e9c2e3cacda8c555f8c56 /bin/sshfs
initial public commit
Diffstat (limited to 'bin/sshfs')
-rwxr-xr-xbin/sshfs3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/sshfs b/bin/sshfs
new file mode 100755
index 0000000..d5d5ee7
--- /dev/null
+++ b/bin/sshfs
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+/usr/bin/sshfs -oTCPKeepAlive=yes -oServerAliveCountMax=1 -oServerAliveInterval=5 $@