Skip to content

Instantly share code, notes, and snippets.

@kendricktan
Created September 2, 2021 03:43
Show Gist options
  • Save kendricktan/fe9ef7497779f911965ab71ef86e73e6 to your computer and use it in GitHub Desktop.
Save kendricktan/fe9ef7497779f911965ab71ef86e73e6 to your computer and use it in GitHub Desktop.
SSHFS
sudo sshfs -o allow_other,default_permissions [name]@[ip]:[remote-dir] [local-dir]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment