Created
August 7, 2014 16:47
-
-
Save jasonwbarnett/53fcb580d0023a29405a to your computer and use it in GitHub Desktop.
How to SSH proxy through another host
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
jbarnett@Hackintosh-10 ~ $ cat ~/.ssh/config | |
Host r176.spigit.com r178.spigit.com | |
ProxyCommand ssh -T operations002.c.mindjet-gce-stack.internal 'nc %h %p' | |
jbarnett@Hackintosh-10 ~ $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment