SSH tunnel to fairlane in WSL

By gill, 12 January, 2022

Open WSL and sign your private key. Then, run this command:
ssh -p 2223 -L 127.0.0.1:8080:10.19.7.10:80 www.fishparts.net
Pointing your browser at http://localhost:8080 will get you to fairlane's web page.

Private
Yes