Skip to content

Instantly share code, notes, and snippets.

@f4rx
Created January 29, 2018 09:42
Show Gist options
  • Select an option

  • Save f4rx/f650a4a06cb29e3590f297fac5bc2aff to your computer and use it in GitHub Desktop.

Select an option

Save f4rx/f650a4a06cb29e3590f297fac5bc2aff to your computer and use it in GitHub Desktop.
SSHFS macos
https://github.com/osxfuse/osxfuse/wiki/SSHFS
# mount
sshfs user@host:/dir /tmp/ssh -ocache=no -onolocalcaches -ovolname=ssh
# отмонтировать
umount /tmp/ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment