Skip to content

Instantly share code, notes, and snippets.

@IamAdiSri
Created January 3, 2019 09:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IamAdiSri/ff99d99ded255f0aa328bdf86d4fd5e6 to your computer and use it in GitHub Desktop.
Save IamAdiSri/ff99d99ded255f0aa328bdf86d4fd5e6 to your computer and use it in GitHub Desktop.
Setup Windows to accept SSH connections and Tunneling

Windows SSH Setup

The steps to enable both SSH and tunneling/port forwarding are as follows:

  1. Open Settings > Update and Security > For Developers.
  2. Click on the radio button for Developer mode; this will open up your system's port 22 and allow the SSH broker to start listening for incoming connections.
  3. If you just switched to Developer mode, restart your computer, and then follow step 1 again.
  4. Under Device discovery turn on the option labeled Make your device visible to USB connections and your local network.
  5. Under Device discovery turn on the option labeled User OpenSSH (Beta) server for remote deployment.
  6. Add the new OpenSSH client as an exception to your firewall (Google how to do this).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment