aboutsummaryrefslogtreecommitdiffstats
path: root/sshfs/mount.sh
diff options
context:
space:
mode:
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