aboutsummaryrefslogtreecommitdiffstats
path: root/sshfs/mount.sh
blob: 6d0ef1f1b1b88a88413d88e38982709e45c16df0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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