Created
January 3, 2019 17:33
-
-
Save jsturtevant/335d7010c9eebbec3560b53c12cee1c6 to your computer and use it in GitHub Desktop.
Connect to windows machine through SSH
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 $KEY_FILE -o ProxyCommand="ssh -i $KEY_FILE -W %h:%p user@<public-ip>" user@<internal-ip> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment