Skip to content

Instantly share code, notes, and snippets.

@allanesquina
Created January 30, 2015 16:33
Show Gist options
  • Save allanesquina/15d1b2afe7250662dd60 to your computer and use it in GitHub Desktop.
Save allanesquina/15d1b2afe7250662dd60 to your computer and use it in GitHub Desktop.
Mount Remote File Systems Over SSH
mkdir /home/mount
sudo sshfs -o allow_other root@myipaddress:/ /home/mount -p 21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment