Difference between revisions of "Sshfs, using"
From MyWiki
(Created page with "sudo sshfs -o allow_other,defer_permissions root@xxx.xxx.xxx.xxx:/ /mnt/droplet<br>") |
|||
| Line 1: | Line 1: | ||
sudo sshfs -o allow_other,defer_permissions root@xxx.xxx.xxx.xxx:/ /mnt/droplet<br> | sudo sshfs -o allow_other,defer_permissions root@xxx.xxx.xxx.xxx:/ /mnt/droplet<br> | ||
| + | <br> | ||
| + | sshfs user@123.123.123.123:/home/user /media/mountpoint/ -o allow_other -o ro <br> | ||
Latest revision as of 09:28, 15 June 2023
sudo sshfs -o allow_other,defer_permissions root@xxx.xxx.xxx.xxx:/ /mnt/droplet
sshfs user@123.123.123.123:/home/user /media/mountpoint/ -o allow_other -o ro