Skip to content

Instantly share code, notes, and snippets.

@TGurl
Created March 17, 2021 12:27
Show Gist options
  • Save TGurl/fbe06682450fc2766b83be5091607b59 to your computer and use it in GitHub Desktop.
Save TGurl/fbe06682450fc2766b83be5091607b59 to your computer and use it in GitHub Desktop.
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