Created
January 29, 2018 09:42
-
-
Save f4rx/f650a4a06cb29e3590f297fac5bc2aff to your computer and use it in GitHub Desktop.
SSHFS macos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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