<?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[SSH Tunnel Port]]></title><description><![CDATA[<p dir="auto">Tunnel the port using SSH</p>
<pre><code>ssh -v -N -L 3001:TARGET_INTERNAL_IP:3000 -i PEM_KEY_FILE ubuntu@202.188.x.x

ssh -v -N -L 3001:TARGET_INTERNAL_IP:3000 ubuntu@202.188.x.x

3001 : local port (127.0.0.1:3001)
3000 : remote port (TARGET_INTERNAL_IP:3000)

-v : verbose
-N : non-interactive
-L : tunnel
-f : non-foreground
</code></pre>
]]></description><link>https://bb.aizu.my/topic/61/ssh-tunnel-port</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 17:03:09 GMT</lastBuildDate><atom:link href="https://bb.aizu.my/topic/61.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 25 Aug 2024 08:48:08 GMT</pubDate><ttl>60</ttl></channel></rss>