Author: Junner
Date: 7/16/2025
For example, if you have https service on remote Pop!_OS at 192.169.1.1:443, and the controller side have ip 140.134.010.101 with hostname junner. You want to access the service at here the Windows.
win+R to open a Run window, and type powershell. ctrl+shift+enter to open it with Adminstator.
In the shell, start ssh service
Below commands are optional if you needed. You can skip and jump to the remote side operates part.
Allow port 22 connection with rule name "OpenSSH-22"
To get the status of the rule:
Out:
To remove the rule:
Or disable it temporary:
To enable it:
Probably you want to block port 22 after all things done ('cause you'll never use it again):
And check you only block port 22 from this rule:
Out:
If you're using a built-in firewall:
Forward the services via ssh:
And now we can access the website service via https://localhost:8080/.