Skip to content

Instantly share code, notes, and snippets.

@sblack4
Created September 21, 2017 21:32
Show Gist options
  • Save sblack4/8898652e3571b58a705abe79622a7e89 to your computer and use it in GitHub Desktop.
Save sblack4/8898652e3571b58a705abe79622a7e89 to your computer and use it in GitHub Desktop.
port forwarding
ssh \
-i ~/keys/privateKey \
-L 1521:129.158.64.112:1521 \
opc@129.158.64.112 \
-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