Category:SSH
Revision as of 00:05, 8 October 2023 by RobertBushman (talk | contribs) (Created page with "Category:Hacking = Tunnels = Make a tunnel that makes 8989 hear forward to 127.0.0.1:8000 on 52.11.172.130: <pre> ssh -i path/to/key.pem -L 8989:127.0.0.1:8000 admin@52.11.172.130 -N </pre>")
Tunnels
Make a tunnel that makes 8989 hear forward to 127.0.0.1:8000 on 52.11.172.130:
ssh -i path/to/key.pem -L 8989:127.0.0.1:8000 admin@52.11.172.130 -N
This category currently contains no pages or media.