<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Create SSH Tunneling or Port Forwarding in Linux	</title>
	<atom:link href="https://www.tecmint.com/create-ssh-tunneling-port-forwarding-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-ssh-tunneling-port-forwarding-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 26 Sep 2022 07:22:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/create-ssh-tunneling-port-forwarding-in-linux/comment-page-1/#comment-1885721</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 26 Sep 2022 07:22:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30648#comment-1885721</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-ssh-tunneling-port-forwarding-in-linux/comment-page-1/#comment-1885706&quot;&gt;Krishna&lt;/a&gt;.

@Krishna,

Thanks for sharing the tip...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-ssh-tunneling-port-forwarding-in-linux/comment-page-1/#comment-1885706">Krishna</a>.</p>
<p>@Krishna,</p>
<p>Thanks for sharing the tip&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Krishna		</title>
		<link>https://www.tecmint.com/create-ssh-tunneling-port-forwarding-in-linux/comment-page-1/#comment-1885706</link>

		<dc:creator><![CDATA[Krishna]]></dc:creator>
		<pubDate>Mon, 26 Sep 2022 06:47:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30648#comment-1885706</guid>

					<description><![CDATA[For multiple, it can be done this way... 
&lt;pre&gt;
# ssh -f -N pcadmin@chronicpiles -L 8443:10.20.20.1:443 -L 8444:10.20.20.1:8080
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>For multiple, it can be done this way&#8230; </p>
<pre>
# ssh -f -N pcadmin@chronicpiles -L 8443:10.20.20.1:443 -L 8444:10.20.20.1:8080
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ed McGuigan		</title>
		<link>https://www.tecmint.com/create-ssh-tunneling-port-forwarding-in-linux/comment-page-1/#comment-1839829</link>

		<dc:creator><![CDATA[Ed McGuigan]]></dc:creator>
		<pubDate>Mon, 04 Jul 2022 13:55:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30648#comment-1839829</guid>

					<description><![CDATA[The one thing left out here is the question of tunnel cleanup.

Find the process with something like:
&lt;pre&gt;
ps -aux &#124; grep &#039;8443:10.20.20.1:443&#039;
ed       1641900  0.0  0.0  14904   784 ?        Ss   09:53   0:00 ssh -f -N pcadmin@chronicpiles -L 8443:10.20.20.1:443
ed       1641946  0.0  0.0   9052  2676 pts/16   S+   09:54   0:00 grep --color=auto 8443:10.20.20.1:443
&lt;/pre&gt;
Kill the process:
&lt;pre&gt;
kill -TERM 1641900
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>The one thing left out here is the question of tunnel cleanup.</p>
<p>Find the process with something like:</p>
<pre>
ps -aux | grep '8443:10.20.20.1:443'
ed       1641900  0.0  0.0  14904   784 ?        Ss   09:53   0:00 ssh -f -N pcadmin@chronicpiles -L 8443:10.20.20.1:443
ed       1641946  0.0  0.0   9052  2676 pts/16   S+   09:54   0:00 grep --color=auto 8443:10.20.20.1:443
</pre>
<p>Kill the process:</p>
<pre>
kill -TERM 1641900
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mikkel stone		</title>
		<link>https://www.tecmint.com/create-ssh-tunneling-port-forwarding-in-linux/comment-page-1/#comment-1809410</link>

		<dc:creator><![CDATA[mikkel stone]]></dc:creator>
		<pubDate>Sun, 29 May 2022 19:41:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30648#comment-1809410</guid>

					<description><![CDATA[Hello, Please. According to the remote SSH port forwarding method, the result is HTTP error 502. Why? Please help me!]]></description>
			<content:encoded><![CDATA[<p>Hello, Please. According to the remote SSH port forwarding method, the result is HTTP error 502. Why? Please help me!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/create-ssh-tunneling-port-forwarding-in-linux/comment-page-1/#comment-1513514</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 31 May 2021 05:31:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30648#comment-1513514</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-ssh-tunneling-port-forwarding-in-linux/comment-page-1/#comment-1513212&quot;&gt;Ant&lt;/a&gt;.

@Ant,

Thanks, corrected the commands in the article.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-ssh-tunneling-port-forwarding-in-linux/comment-page-1/#comment-1513212">Ant</a>.</p>
<p>@Ant,</p>
<p>Thanks, corrected the commands in the article.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
