Skip to content

Instantly share code, notes, and snippets.

@bububa
Created January 4, 2013 04:22
Show Gist options
  • Save bububa/4449893 to your computer and use it in GitHub Desktop.
Save bububa/4449893 to your computer and use it in GitHub Desktop.
use sshfs to mount path from another server
sshfs [email protected]:/var/www /var/www -o idmap=user -o allow_other -o uid=33 -o gid=33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment