Ignore:
Timestamp:
08/06/2017 09:24:31 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
26bb7e15
Parents:
d60f0d5
Message:

Update to Parse-Yapp-1.21 (perl module).
Update to libxkbcommon-0.7.2.
Update to sshfs-3.1.0.
Update to exempi-2.4.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18992 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/sshfs.xml

    rd60f0d5 rbd12474e  
    88    "https://github.com/libfuse/sshfs/releases/download/sshfs-&sshfs-version;/sshfs-&sshfs-version;.tar.gz">
    99  <!ENTITY sshfs-download-ftp  " ">
    10   <!ENTITY sshfs-md5sum        "995b7503ac99e9b877f9c6c12e2fd8aa">
    11   <!ENTITY sshfs-size          "160 KB">
    12   <!ENTITY sshfs-buildsize     "1.0 MB">
     10  <!ENTITY sshfs-md5sum        "dee189442efb22e08d4f233af8626ce7">
     11  <!ENTITY sshfs-size          "164 KB">
     12  <!ENTITY sshfs-buildsize     "1.9 MB">
    1313  <!ENTITY sshfs-time          "less than 0.1 SBU">
    1414]>
     
    117117    <para>
    118118      To mount an ssh server you need to be able to log into the server. For
    119       example, to mount your remote home folder to the local ~/MOUNTPATH (the
     119      example, to mount your remote home folder to the local ~/examplepath (the
    120120      directory must exist and you must have permissions to write to it):
    121121    </para>
    122122
    123 <screen><userinput>sshfs HOSTNAME:/home/userd ~/MOUNTPATH</userinput></screen>
     123<screen><userinput>sshfs example.com:/home/userid ~/examplepath</userinput></screen>
    124124
    125125    <para>
     
    127127    </para>
    128128
    129 <screen><userinput>fusermount -u ~/MOUNTPATH</userinput></screen>
     129<screen><userinput>fusermount -u ~/example</userinput></screen>
    130130
    131131    <para>
     
    135135    </para>
    136136
    137 <screen>USER@HOSTNAME:/path    /media/MOUNTPATH    fuse.sshfs  _netdev,IdentityFile=/home/USER/.ssh/id_rsa    0 0</screen>
     137<screen>userid@example.com:/path /media/path fuse.sshfs  _netdev,IdentityFile=/home/userid/.ssh/id_rsa 0 0</screen>
    138138
    139139    <para>
Note: See TracChangeset for help on using the changeset viewer.