Last active
March 1, 2017 13:22
-
-
Save nicnocquee/a101d3b2286402de725180364c9c8457 to your computer and use it in GitHub Desktop.
command to mount ssh
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
#!/bin/sh | |
# need to install fuse and sshfs first https://osxfuse.github.io | |
sshfs user@host: /mountpath -o allow_other,defer_permissions,IdentityFile=~/.ssh/id_rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment