diff options
author | Chris Wolfe <cwolfe@chromium.org> | 2012-02-08 10:11:10 -0500 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2012-02-14 12:55:15 +0100 |
commit | b3af91b123af607611fed00a3cc801ebc639d9ff (patch) | |
tree | 561a9c4d654bfb03afc26a9790fd351e10dd75dd /sshfs.1 | |
parent | acb0832ffd780b8615b213c3141073dffcea3723 (diff) | |
download | sshfs-b3af91b123af607611fed00a3cc801ebc639d9ff.tar sshfs-b3af91b123af607611fed00a3cc801ebc639d9ff.tar.gz sshfs-b3af91b123af607611fed00a3cc801ebc639d9ff.tar.bz2 sshfs-b3af91b123af607611fed00a3cc801ebc639d9ff.zip |
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.
Diffstat (limited to 'sshfs.1')
-rw-r--r-- | sshfs.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |