Skip to content

Instantly share code, notes, and snippets.

@TGurl
Created March 17, 2021 12:27
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
sshfs mount server

To mount a folder on a server you can use sshfs. To mount a folder you can issue the following:

sshfs -o follow_symlinks yourname@server:/path/to/folder /path/to/mountpoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment