<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Reverse proxy using SSH]]></title><description><![CDATA[<p dir="auto">Run this command in your NAT-ed computer</p>
<pre><code>ssh -v -N -R 2222:localhost:22 ubuntu@202.188.x.x
</code></pre>
<p dir="auto">-v : verbose<br />
-N : non-interactive<br />
-R : reverse<br />
-f : non-foreground</p>
<p dir="auto">Ref: <a href="https://en.linuxportal.info/tutorials/shell-ssh-terminal/how-to-get-rid-of-nat-network-stolen-levo-home-or-work-linux-os-computer-with-compiled-ssh-channel-help" rel="nofollow ugc">https://en.linuxportal.info/tutorials/shell-ssh-terminal/how-to-get-rid-of-nat-network-stolen-levo-home-or-work-linux-os-computer-with-compiled-ssh-channel-help</a></p>
]]></description><link>https://bb.aizu.my/topic/25/reverse-proxy-using-ssh</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 16:46:06 GMT</lastBuildDate><atom:link href="https://bb.aizu.my/topic/25.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Jun 2023 11:09:17 GMT</pubDate><ttl>60</ttl></channel></rss>