Skip to content

Instantly share code, notes, and snippets.

@tag1216
Created June 20, 2017 03:19
Show Gist options
  • Save tag1216/b0fd10f1685127cb4e3b78e70424132a to your computer and use it in GitHub Desktop.
Save tag1216/b0fd10f1685127cb4e3b78e70424132a to your computer and use it in GitHub Desktop.
sshfs
mkdir -p mnt
sshfs host:/path/to/dir mnt
fusermount -u mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment