Skip to content

Instantly share code, notes, and snippets.

@nicnocquee
Last active March 1, 2017 13:22
Show Gist options
  • Save nicnocquee/a101d3b2286402de725180364c9c8457 to your computer and use it in GitHub Desktop.
Save nicnocquee/a101d3b2286402de725180364c9c8457 to your computer and use it in GitHub Desktop.
command to mount ssh
#!/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