diff options
Diffstat (limited to 'filesystems/sshfs/pkg-message')
-rw-r--r-- | filesystems/sshfs/pkg-message | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/filesystems/sshfs/pkg-message b/filesystems/sshfs/pkg-message new file mode 100644 index 000000000000..187edabe7faf --- /dev/null +++ b/filesystems/sshfs/pkg-message @@ -0,0 +1,26 @@ +[ +{ type: install + message: <<EOM +Basic Instructions: +There are three ways to do this: + +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''. +EOM +} +] |