Created
September 20, 2012 12:08
-
-
Save rafops/3755514 to your computer and use it in GitHub Desktop.
SSHFS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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