Category:SSH: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
(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>")
 
 
Line 1: Line 1:
[[Category:Hacking]]
[[Category:Hacking]]
= Tunnels =
= Tunnels =
Make a tunnel that makes 8989 hear forward to 127.0.0.1:8000 on 52.11.172.130:
Make a tunnel that makes 8989 here forward to 127.0.0.1:8000 on 52.11.172.130:
<pre>
<pre>
ssh -i path/to/key.pem -L 8989:127.0.0.1:8000 admin@52.11.172.130 -N
ssh -i path/to/key.pem -L 8989:127.0.0.1:8000 admin@52.11.172.130 -N
</pre>
</pre>

Latest revision as of 00:05, 8 October 2023

Tunnels

Make a tunnel that makes 8989 here 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.