sshfs (fuse): sysutils/fusefs-sshfs - Add fusefs_enable="YES" to your /etc/rc.conf - Set "sysctl vfs.usermount=1" if you want to be able to mount fuse devices as an ordinary user. Use one of the following methods to mount: 1) % sshfs -o idmap=user username@example.org: /path/to/mount/point 2) % mount_fusefs auto /path/to/mount/point sshfs -o idmap=user username@example.org: 3) % env FUSE_DEV_NAME=/dev/fuse0 sshfs -o idmap=user username@example.org: % mount_fusefs /dev/fuse0 /path/to/mount/point Example: % sshfs -o idmap=user -o uid=1001 -o gid=1001 -o allow_other user@host.org: /mnt/point