From 3d864c067471c657b95979b30c2e5cdc603ad17b Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 13 Feb 2023 13:19:05 +0330 Subject: update --- sshfs/mount.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sshfs/mount.sh') 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 -- cgit v1.2.3