summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.511
1 files changed, 5 insertions, 6 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 860577023..56d7798ca 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
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.233 2016/07/15 00:24:30 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.234 2016/07/16 06:57:55 jmc Exp $
37.Dd $Mdocdate: July 15 2016 $ 37.Dd $Mdocdate: July 16 2016 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1362,9 +1362,9 @@ ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p
1362Specifies one or more jump proxies as 1362Specifies one or more jump proxies as
1363.Xo 1363.Xo
1364.Sm off 1364.Sm off
1365.Oo Ar user @ Oc 1365.Op Ar user No @
1366.Ar host 1366.Ar host
1367.Ns Op : Ns Ar port 1367.Op : Ns Ar port
1368.Sm on 1368.Sm on
1369.Xc . 1369.Xc .
1370Multiple proxies may be separated by comma characters. 1370Multiple proxies may be separated by comma characters.
@@ -1375,13 +1375,12 @@ to connect to the target host by first making a
1375connection to the specified 1375connection to the specified
1376.Cm ProxyJump 1376.Cm ProxyJump
1377host and then establishing a 1377host and then establishing a
1378a TCP forwarding to the ultimate target from there. 1378TCP forwarding to the ultimate target from there.
1379.Pp 1379.Pp
1380Note that this option will compete with the 1380Note that this option will compete with the
1381.Cm ProxyCommand 1381.Cm ProxyCommand
1382option - whichever is specified first will prevent later instances of the 1382option - whichever is specified first will prevent later instances of the
1383other from taking effect. 1383other from taking effect.
1384.Pp
1385.It Cm ProxyUseFdpass 1384.It Cm ProxyUseFdpass
1386Specifies that 1385Specifies that
1387.Cm ProxyCommand 1386.Cm ProxyCommand