Skip to content

Instantly share code, notes, and snippets.

@emrahgunduz
Last active September 17, 2016 15:57
Show Gist options
  • 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 [email protected]:/root/backup/ /root/backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment