freebsd-ports/sysutils/fusefs-sshfs/pkg-message
Muhammad Moinur Rahman d7e1634906 sysutils/fusefs-sshfs: Update version 2.5=>2.7
- Change MASTER_SITES to GITHUB
- Add USES=autoreconf
- Change WWW to GITHUB page
- Add in pkg-message to load pty for Version 10.0+ [1]

PR:		208586 [1]
Submitted by:	luke@foolishgames.com [1]
2016-04-10 13:53:19 +00:00

27 lines
540 B
Text

Basic Instructions:
There are three ways to do this:
From version 2.7 it makes use of the legacy /dev/ptmx. For version 10.0+
please load the kernel module pty:
% kldload pty
Daemon initiated
1)
% sshfs -o idmap=user username@example.org: /path/to/mount/point
or
2)
% mount_fusefs auto /path/to/mount/point sshfs -o idmap=user \
username@example.org:
or
3)
% env FUSE_DEV_NAME=/dev/fuse0 sshfs -o idmap=user \
username@example.org:
% mount_fusefs /dev/fuse0 /path/to/mount/point
For further options see ``sshfs -h''.