Skip to content

Instantly share code, notes, and snippets.

@rafops
Created September 20, 2012 12:08
Show Gist options
  • Save rafops/3755514 to your computer and use it in GitHub Desktop.
Save rafops/3755514 to your computer and use it in GitHub Desktop.
SSHFS
apt-get install sshfs
sshfs -o uid=1000,gid=1000,workaround=rename [email protected]:/home/myuser ./somedir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment