-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]:1022, host2 | ||
ProxyJump [email protected]:1022, host2 | ||
``` | ||
|
||
|