@@ -40,9 +40,9 @@ By default, only the mounting user will be able to access the filesystem. Access
40
40
users can be enabled by passing ``-o allow_other ``. In this case you most likely also
41
41
want to use ``-o default_permissions ``.
42
42
43
- It is recommended to run SSHFS as regular user (not as root). For this to work the
44
- mountpoint must be owned by the user. If username is omitted SSHFS will use the local
45
- username. If the directory is omitted, SSHFS will mount the (remote) home directory. If
43
+ It is recommended to run SSHFS as regular user (not as root). For this to work the
44
+ mountpoint must be owned by the user. If username is omitted SSHFS will use the local
45
+ username. If the directory is omitted, SSHFS will mount the (remote) home directory. If
46
46
you need to enter a password sshfs will ask for it (actually it just runs ssh which ask
47
47
for the password if needed).
48
48
@@ -158,7 +158,7 @@ Options
158
158
159
159
-o passive
160
160
communicate over stdin and stdout bypassing network. Useful for
161
- mounting local filesystem on the remote side. An example using
161
+ mounting local filesystem on the remote side. An example using
162
162
dpipe command would be ``dpipe /usr/lib/openssh/sftp-server = ssh
163
163
RemoteHostname sshfs :/directory/to/be/shared ~/mnt/src -o passive ``
164
164
@@ -186,7 +186,7 @@ Options
186
186
read password from stdin (only for pam_mount!)
187
187
188
188
-o dir_cache=BOOL
189
- Enables (*yes *) or disables (*no *) the SSHFS directory cache. The
189
+ Enables (*yes *) or disables (*no *) the SSHFS directory cache. The
190
190
directory cache holds the names of directory entries. Enabling it
191
191
allows `readdir(3) ` system calls to be processed without network
192
192
access.
@@ -198,7 +198,7 @@ Options
198
198
sets timeout for directory cache in seconds.
199
199
200
200
-o dcache_{stat,link,dir}_timeout=N
201
- sets separate timeout for {attributes, symlinks, names} in the
201
+ sets separate timeout for {attributes, symlinks, names} in the
202
202
directory cache.
203
203
204
204
-o dcache_clean_interval=N
0 commit comments