From 302b78cbd0fcd1bd12adc9f1cf981964a39a9e37 Mon Sep 17 00:00:00 2001 From: zhongwenming Date: Thu, 15 Apr 2021 21:48:34 +0800 Subject: [PATCH] Update docs --- wiki/Jump_over_proxy_in_cable.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/Jump_over_proxy_in_cable.md b/wiki/Jump_over_proxy_in_cable.md index d0961ef..2796fef 100644 --- a/wiki/Jump_over_proxy_in_cable.md +++ b/wiki/Jump_over_proxy_in_cable.md @@ -20,17 +20,17 @@ Assume that you have your ssh config in ~/.ssh/config like this: Host FeatureMachine* ProxyCommand sshpass -p 'proxyaw354w^&%pas_-od' ssh -q -vNJms -i ~/.ssh/id_rsa -l 18612341234 -W %h:%p -p 2022 192.168.100.12 -Host RegressionJumper +Host RegressionJump Hostname 192.168.83.254 User JohnDoe Port 2065 Host RegressionMachine1 Hostname 192.168.83.23 - ProxyJumper Jane@RegressionJumper + ProxyJump Jane@RegressionJump Host 10.0.1.* - ProxyJumper William@172.16.8.21:1022, host2 + ProxyJump William@172.16.8.21:1022, host2 ```