diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-26 19:39:03 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-26 19:39:03 +0000 |
commit | 0f0e8c6a5123def82c8e3d26de4fabd3e30d67d8 (patch) | |
tree | 02dc48110514c1574b1377f636c34a15a1d12695 /sshfs | |
parent | update (diff) | |
download | scripts-0f0e8c6a5123def82c8e3d26de4fabd3e30d67d8.tar.gz scripts-0f0e8c6a5123def82c8e3d26de4fabd3e30d67d8.zip |
update
Diffstat (limited to 'sshfs')
-rwxr-xr-x | sshfs/mount.sh | 16 |
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 |