Skip to content

Instantly share code, notes, and snippets.

@emrahgunduz
Last active September 17, 2016 15:57
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 emrahgunduz/38cfc6cc8584b2115b379a0de900fc69 to your computer and use it in GitHub Desktop.
Save emrahgunduz/38cfc6cc8584b2115b379a0de900fc69 to your computer and use it in GitHub Desktop.
Connect server via ssh as a mounted volume
sshfs -o reconnect -C -o workaround=all -o allow_other -p 56987 root@10.129.0.230:/root/backup/ /root/backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment