Skip to content

Instantly share code, notes, and snippets.

@jabranr
Last active February 25, 2016 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jabranr/50fc6c7f00fe9b0e6ef7 to your computer and use it in GitHub Desktop.
Save jabranr/50fc6c7f00fe9b0e6ef7 to your computer and use it in GitHub Desktop.
Set up code tunnel using SSHFS between remote and host
# Mount volumes using SSHFS from a remote
# Author: Jabran Rafique <hello@jabran.me>
# License: MIT License
#!/bin/bash
sshfs {REMOTE}:{PATH} {HOST_PATH} -o follow_symlinks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment