<?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: Useful SSH Cheat Sheet for Linux System Administrators	</title>
	<atom:link href="https://www.ubuntumint.com/ssh-commands-cheat-sheet/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/ssh-commands-cheat-sheet/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 24 Jul 2023 08:57:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Léon		</title>
		<link>https://www.ubuntumint.com/ssh-commands-cheat-sheet/#comment-13945</link>

		<dc:creator><![CDATA[Léon]]></dc:creator>
		<pubDate>Sat, 20 Aug 2022 20:50:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=5767#comment-13945</guid>

					<description><![CDATA[Hello

I would add the reverse tunnel with &lt;code&gt;-R&lt;/code&gt; and explain case usages.]]></description>
			<content:encoded><![CDATA[<p>Hello</p>
<p>I would add the reverse tunnel with <code>-R</code> and explain case usages.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pawel		</title>
		<link>https://www.ubuntumint.com/ssh-commands-cheat-sheet/#comment-13836</link>

		<dc:creator><![CDATA[Pawel]]></dc:creator>
		<pubDate>Thu, 18 Aug 2022 18:40:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=5767#comment-13836</guid>

					<description><![CDATA[Thank you for this article. It was really nice summary of ssh usage. All in one place!]]></description>
			<content:encoded><![CDATA[<p>Thank you for this article. It was really nice summary of ssh usage. All in one place!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: victor		</title>
		<link>https://www.ubuntumint.com/ssh-commands-cheat-sheet/#comment-13786</link>

		<dc:creator><![CDATA[victor]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 21:29:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=5767#comment-13786</guid>

					<description><![CDATA[Also worth mentioning is ssh-agent forwarding to use your local ssh keys to connect (to git server for example) on the remote machine you ssh into. It saves copying the private key, so it is more secure and convenient. It&#039;s also fairly simple.]]></description>
			<content:encoded><![CDATA[<p>Also worth mentioning is ssh-agent forwarding to use your local ssh keys to connect (to git server for example) on the remote machine you ssh into. It saves copying the private key, so it is more secure and convenient. It&#8217;s also fairly simple.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vlad		</title>
		<link>https://www.ubuntumint.com/ssh-commands-cheat-sheet/#comment-13760</link>

		<dc:creator><![CDATA[Vlad]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 06:48:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=5767#comment-13760</guid>

					<description><![CDATA[You forgot to redirect ports, for example, to access the database behind the firewall.
&lt;pre&gt;
# ssh -L 5432:localhost:5432 user@remoute_host
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>You forgot to redirect ports, for example, to access the database behind the firewall.</p>
<pre>
# ssh -L 5432:localhost:5432 user@remoute_host
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
