<?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 Access a Remote Server Using a SSH Jump Host	</title>
	<atom:link href="https://www.tecmint.com/access-linux-server-using-a-jump-host/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/access-linux-server-using-a-jump-host/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 13 Jun 2023 17:53:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: nope.		</title>
		<link>https://www.tecmint.com/access-linux-server-using-a-jump-host/comment-page-1/#comment-2026043</link>

		<dc:creator><![CDATA[nope.]]></dc:creator>
		<pubDate>Tue, 13 Jun 2023 17:53:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31123#comment-2026043</guid>

					<description><![CDATA[Why would you be restarting the &lt;strong&gt;sshd&lt;/strong&gt; daemon when all the changes you made are CLIENT side configuration changes which have nothing to do with sshd on the other end?

But you have them restart sshd on the client side, which makes no sense. You clearly don&#039;t understand how ssh CLIENT works.  ssh client configs do NOT require a sshd daemon restart!

Also, you have &lt;strong&gt;~.ssh/config&lt;/strong&gt; in your document.  I seriously doubt you have a user on your host named &lt;strong&gt;&quot;.ssh&quot;&lt;/strong&gt;. I know you meant &lt;strong&gt;~/.ssh/config&lt;/strong&gt;, but it&#039;s funny to see such a huge mistake in a document so riddled with other mistakes.]]></description>
			<content:encoded><![CDATA[<p>Why would you be restarting the <strong>sshd</strong> daemon when all the changes you made are CLIENT side configuration changes which have nothing to do with sshd on the other end?</p>
<p>But you have them restart sshd on the client side, which makes no sense. You clearly don&#8217;t understand how ssh CLIENT works.  ssh client configs do NOT require a sshd daemon restart!</p>
<p>Also, you have <strong>~.ssh/config</strong> in your document.  I seriously doubt you have a user on your host named <strong>&#8220;.ssh&#8221;</strong>. I know you meant <strong>~/.ssh/config</strong>, but it&#8217;s funny to see such a huge mistake in a document so riddled with other mistakes.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Amiran		</title>
		<link>https://www.tecmint.com/access-linux-server-using-a-jump-host/comment-page-1/#comment-1995952</link>

		<dc:creator><![CDATA[Amiran]]></dc:creator>
		<pubDate>Thu, 13 Apr 2023 16:44:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31123#comment-1995952</guid>

					<description><![CDATA[You had a mistake:
&lt;pre&gt;
Host contabo
	HostName contabo.example.org	
	IdentityFile ~/.ssh/contabovps
	Port 22
	User admin	
	ProxyCommand ssh -q -W %h:%p vps1
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>You had a mistake:</p>
<pre>
Host contabo
	HostName contabo.example.org	
	IdentityFile ~/.ssh/contabovps
	Port 22
	User admin	
	ProxyCommand ssh -q -W %h:%p vps1
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://www.tecmint.com/access-linux-server-using-a-jump-host/comment-page-1/#comment-1954803</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Tue, 31 Jan 2023 13:36:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31123#comment-1954803</guid>

					<description><![CDATA[The below three seem to be referring to the same host. 
&lt;pre&gt;
Host A
SSH jumpserver
host-jump: 173.82.232.55
&lt;/pre&gt;
And the below three seem to be referring to the same host. 
&lt;pre&gt;
Host B
Destination of target server
host_destination: 173.82.227.89
&lt;/pre&gt;
This article is all over the place - perhaps you should decide on a naming convention a stick with that...]]></description>
			<content:encoded><![CDATA[<p>The below three seem to be referring to the same host. </p>
<pre>
Host A
SSH jumpserver
host-jump: 173.82.232.55
</pre>
<p>And the below three seem to be referring to the same host. </p>
<pre>
Host B
Destination of target server
host_destination: 173.82.227.89
</pre>
<p>This article is all over the place &#8211; perhaps you should decide on a naming convention a stick with that&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Amey Fadte		</title>
		<link>https://www.tecmint.com/access-linux-server-using-a-jump-host/comment-page-1/#comment-1811721</link>

		<dc:creator><![CDATA[Amey Fadte]]></dc:creator>
		<pubDate>Thu, 02 Jun 2022 09:32:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31123#comment-1811721</guid>

					<description><![CDATA[Could you please clarify, that the pem file of the target server (contabo) should be stored in the middle server (vps1)? or should both the pem files be in my local server itself, (through with I am trying to access the target)?]]></description>
			<content:encoded><![CDATA[<p>Could you please clarify, that the pem file of the target server (contabo) should be stored in the middle server (vps1)? or should both the pem files be in my local server itself, (through with I am trying to access the target)?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/access-linux-server-using-a-jump-host/comment-page-1/#comment-1485095</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 03 May 2021 05:52:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31123#comment-1485095</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/access-linux-server-using-a-jump-host/comment-page-1/#comment-1484046&quot;&gt;AKM Mokaddim&lt;/a&gt;.

@akm,

Thanks, corrected the command in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/access-linux-server-using-a-jump-host/comment-page-1/#comment-1484046">AKM Mokaddim</a>.</p>
<p>@akm,</p>
<p>Thanks, corrected the command in the article&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
