diff options
Diffstat (limited to '')
| -rwxr-xr-x | sshfs/mount.sh | 4 | 
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 | 
