Changes between Initial Version and Version 1 of Ticket #1357, comment 1


Ignore:
Timestamp:
2011-02-04T04:39:08Z (14 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1357, comment 1

    initial v1  
    77[mount]
    88# What command will 'tahoe mount' use to mount the filesystem?
    9 # This command must take a password on stdin (e.g. use the '-o password_stdin'
    10 # option for sshfs). The variables $MOUNTPOINT and $SFTPPORT can be used to
    11 # specify the mount point, and the SFTP port number if needed.
     9# This command will take the root URI on stdin. For SFTP, the root URI
     10# is the password. For example, when using sshfs you should pass the
     11# '-o password_stdin' option. The variables $MOUNTPOINT and $SFTPPORT
     12# can be used to specify the mount point, and SFTP port number if needed.
     13
    1214command = sshfs uri@127.0.0.1 $MOUNTPOINT -p $SFTPPORT -o password_stdin,reconnect,big_writes
    1315}}}