Created
September 21, 2017 21:32
-
-
Save sblack4/8898652e3571b58a705abe79622a7e89 to your computer and use it in GitHub Desktop.
port forwarding
This file contains hidden or 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
ssh \ | |
-i ~/keys/privateKey \ | |
-L 1521:129.158.64.112:1521 \ | |
[email protected] \ | |
-o "ProxyCommand=/usr/bin/nc -X connect -x www-proxy-brmdc.us.oracle.com:80 %h %p" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment