Important windows commands

Check the remote port status curl -v telnet://<IP>:<Port> Test-NetConnection <IP> -port <Port> Mapping port using SSH tunnel ssh -N  <user>@<remote_host>  -L 8080:localhost:80 This command will…