diff options
| author | terminaldweller <thabogre@gmail.com> | 2023-02-13 09:49:05 +0000 | 
|---|---|---|
| committer | terminaldweller <thabogre@gmail.com> | 2023-02-13 09:49:05 +0000 | 
| commit | 3d864c067471c657b95979b30c2e5cdc603ad17b (patch) | |
| tree | 81aec07b3c310a00b50634349838cef345a4a7bf /sshfs | |
| parent | updates (diff) | |
| download | scripts-3d864c067471c657b95979b30c2e5cdc603ad17b.tar.gz scripts-3d864c067471c657b95979b30c2e5cdc603ad17b.zip | |
update
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 | 
