Skip to content

Instantly share code, notes, and snippets.

@badsyntax
Last active December 15, 2016 10:57
Show Gist options
  • Save badsyntax/ca33f15337adc5d21118 to your computer and use it in GitHub Desktop.
Save badsyntax/ca33f15337adc5d21118 to your computer and use it in GitHub Desktop.
SSHFS usage on OSX
# Mount
sshfs richard@10.2.38.156: local_dir/ -o uid=$(id -u) -o gid=$(id -g)
# Unmount
sudo umount -f local_dir/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment