Skip to content

Instantly share code, notes, and snippets.

@jsturtevant
Created January 3, 2019 17:33
Show Gist options
  • Save jsturtevant/335d7010c9eebbec3560b53c12cee1c6 to your computer and use it in GitHub Desktop.
Save jsturtevant/335d7010c9eebbec3560b53c12cee1c6 to your computer and use it in GitHub Desktop.
Connect to windows machine through SSH
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