summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-08-21 02:44:58 +1000
committerDamien Miller <djm@mindrot.org>2013-08-21 02:44:58 +1000
commitf2f6c315a920a256937e1b6a3702757f3195a592 (patch)
treefccf73f7ce2089c303478fd944d4edd027567df9 /ssh_config.5
parent1262b6638f7d01ab110fd373dd90d915c882fe1a (diff)
- jmc@cvs.openbsd.org 2013/08/20 06:56:07
[ssh.1 ssh_config.5] some proxyusefdpass tweaks;
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index e89d694c7..9ddd6b8a6 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,7 +33,7 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.167 2013/08/20 00:11:38 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.168 2013/08/20 06:56:07 jmc Exp $
37.Dd $Mdocdate: August 20 2013 $ 37.Dd $Mdocdate: August 20 2013 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
@@ -938,10 +938,10 @@ For example, the following directive would connect via an HTTP proxy at
938ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p 938ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p
939.Ed 939.Ed
940.It Cm ProxyUseFdpass 940.It Cm ProxyUseFdpass
941Specifies that the a 941Specifies that
942.Cm ProxyCommand 942.Cm ProxyCommand
943will pass a connected file descriptor back to 943will pass a connected file descriptor back to
944.Nm ssh 944.Xr ssh 1
945instead of continuing to execute and pass data. 945instead of continuing to execute and pass data.
946The default is 946The default is
947.Dq no . 947.Dq no .