aboutsummaryrefslogtreecommitdiffstats
path: root/sshfs/mount.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-02-13 09:49:05 +0000
committerterminaldweller <thabogre@gmail.com>2023-02-13 09:49:05 +0000
commit3d864c067471c657b95979b30c2e5cdc603ad17b (patch)
tree81aec07b3c310a00b50634349838cef345a4a7bf /sshfs/mount.sh
parentupdates (diff)
downloadscripts-3d864c067471c657b95979b30c2e5cdc603ad17b.tar.gz
scripts-3d864c067471c657b95979b30c2e5cdc603ad17b.zip
update
Diffstat (limited to '')
-rwxr-xr-xsshfs/mount.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshfs/mount.sh b/sshfs/mount.sh
index 6d0ef1f..490b2c7 100755
--- a/sshfs/mount.sh
+++ b/sshfs/mount.sh
@@ -3,7 +3,7 @@
sshfs \
-o compression=no \
-o idmap=user \
- -o reconnect \
+ -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 \
ubuntu@10.167.131.24:/home/ubuntu \
/home/devi/sshfs/lxc/ubuntu2204_python
@@ -11,6 +11,6 @@ sshfs \
sshfs \
-o compression=no \
-o idmap=user \
- -o reconnect \
+ -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 \
ubuntu@10.167.131.30:/home/ubuntu \
/home/devi/sshfs/lxc/ubuntu2204_js