From 9e01ffd161591f87dd7ef02ab2a0f0aecd800a00 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Mon, 2 Nov 2020 19:51:48 +0900 Subject: Rename option to 'passive' and add some example in manual. (#232) --- sshfs.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sshfs.rst') diff --git a/sshfs.rst b/sshfs.rst index 18736cd..711cc83 100644 --- a/sshfs.rst +++ b/sshfs.rst @@ -156,8 +156,11 @@ Options -o directport=PORT directly connect to PORT bypassing ssh --o slave - communicate over stdin and stdout bypassing network +-o passive + communicate over stdin and stdout bypassing network. Useful for + mounting local filesystem on the remote side. An example using + dpipe command would be ``dpipe /usr/lib/openssh/sftp-server = ssh + RemoteHostname sshfs :/directory/to/be/shared ~/mnt/src -o passive`` -o disable_hardlink With this option set, attempts to call `link(2)` will fail with @@ -223,7 +226,7 @@ Options to use. Each connection is established with a separate SSH process. The primary purpose of this feature is to improve the responsiveness of the file system during large file transfers. When using more than once - connection, the *password_stdin* and *slave* options can not be + connection, the *password_stdin* and *passive* options can not be used, and the *buflimit* workaround is not supported. In addition, SSHFS accepts several options common to all FUSE file -- cgit v1.2.3