aboutsummaryrefslogtreecommitdiffstats
path: root/sshfs/mount.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-26 19:39:03 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-26 19:39:03 +0000
commit0f0e8c6a5123def82c8e3d26de4fabd3e30d67d8 (patch)
tree02dc48110514c1574b1377f636c34a15a1d12695 /sshfs/mount.sh
parentupdate (diff)
downloadscripts-0f0e8c6a5123def82c8e3d26de4fabd3e30d67d8.tar.gz
scripts-0f0e8c6a5123def82c8e3d26de4fabd3e30d67d8.zip
update
Diffstat (limited to 'sshfs/mount.sh')
-rwxr-xr-xsshfs/mount.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/sshfs/mount.sh b/sshfs/mount.sh
new file mode 100755
index 0000000..6d0ef1f
--- /dev/null
+++ b/sshfs/mount.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+sshfs \
+ -o compression=no \
+ -o idmap=user \
+ -o reconnect \
+ ubuntu@10.167.131.24:/home/ubuntu \
+ /home/devi/sshfs/lxc/ubuntu2204_python
+
+
+sshfs \
+ -o compression=no \
+ -o idmap=user \
+ -o reconnect \
+ ubuntu@10.167.131.30:/home/ubuntu \
+ /home/devi/sshfs/lxc/ubuntu2204_js