From b3af91b123af607611fed00a3cc801ebc639d9ff Mon Sep 17 00:00:00 2001 From: Chris Wolfe Date: Wed, 8 Feb 2012 10:11:10 -0500 Subject: Add slave option to run sftp over stdin and stdout Add -o slave. This option routes the sftp communication over stdin and stdout, bypassing SSH and network. --- sshfs.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sshfs.1') diff --git a/sshfs.1 b/sshfs.1 index 0768d59..d316930 100644 --- a/sshfs.1 +++ b/sshfs.1 @@ -138,6 +138,8 @@ path to sftp server or subsystem (default: sftp) .TP \fB\-o\fR directport=PORT directly connect to PORT bypassing ssh +\fB\-o\fR slave +communicate over stdin and stdout bypassing network .TP \fB\-o\fR transform_symlinks transform absolute symlinks to relative -- cgit v1.2.3