Created
October 4, 2013 19:08
-
-
Save Preetam/6831062 to your computer and use it in GitHub Desktop.
This file contains 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
pkg_add -r fusefs-sshfs | |
echo 'fusefs_enable="YES"' >> /etc/rc.conf | |
/usr/local/etc/rc.d/fusefs start | |
sysctl vfs.usermount=1 | |
# mkdir mount | |
# sshfs -o idmap=user [email protected]:/Users/preetamjinka mount |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment