Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 225 Bytes

ssh-mount-dir.md

File metadata and controls

13 lines (9 loc) · 225 Bytes

ssh mount dir

sshfs HOST:PATH MOUNTPOINT

allow www-data to access

  • setup /etc/fuse.conf uncommenting user_allow_other
sshfs HOST:PATH MOUNTPOINT -o uid=$(id -u www-data),allow_other,reconnect