<?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: Fixing slow SSH remote terminal with your Raspberry PI	</title>
	<atom:link href="https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Sat, 30 Mar 2024 15:41:27 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-27084</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sat, 30 Mar 2024 15:41:27 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2639#comment-27084</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-27079&quot;&gt;J&lt;/a&gt;.

Glad it helped you too an thank you for your feedback!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-27079">J</a>.</p>
<p>Glad it helped you too an thank you for your feedback!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: J		</title>
		<link>https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-27079</link>

		<dc:creator><![CDATA[J]]></dc:creator>
		<pubDate>Sat, 30 Mar 2024 13:38:52 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2639#comment-27079</guid>

					<description><![CDATA[Finally thanks! This was the solution helped me :)]]></description>
			<content:encoded><![CDATA[<p>Finally thanks! This was the solution helped me 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matej Liska		</title>
		<link>https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-13061</link>

		<dc:creator><![CDATA[Matej Liska]]></dc:creator>
		<pubDate>Thu, 31 Mar 2022 16:40:03 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2639#comment-13061</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-13023&quot;&gt;peppe8o&lt;/a&gt;.

Thanks for your help!

And after looking for solutions i found this command, also add at the end of /etc/ssh/sshd_config:
IPQoS cs0 cs0
doing this: OpenSSH sets the TOS (type Of Service) field in the IP datagram as “lowdelay” for interactive sessions and “throughput” for non-interactive sessions. My router doesn’t handle properly those settings, so I changed them in Cs0, Cs0 (aka 0x00, 0x00)  (best effort, best effort) and solved the instability/freeze SSH issues.

ref.: https://discourse.osmc.tv/t/solved-ssh-connection-sometimes-hangs/76504/6

Thnx and have a nice day! :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-13023">peppe8o</a>.</p>
<p>Thanks for your help!</p>
<p>And after looking for solutions i found this command, also add at the end of /etc/ssh/sshd_config:<br />
IPQoS cs0 cs0<br />
doing this: OpenSSH sets the TOS (type Of Service) field in the IP datagram as “lowdelay” for interactive sessions and “throughput” for non-interactive sessions. My router doesn’t handle properly those settings, so I changed them in Cs0, Cs0 (aka 0x00, 0x00)  (best effort, best effort) and solved the instability/freeze SSH issues.</p>
<p>ref.: <a href="https://discourse.osmc.tv/t/solved-ssh-connection-sometimes-hangs/76504/6" rel="nofollow ugc">https://discourse.osmc.tv/t/solved-ssh-connection-sometimes-hangs/76504/6</a></p>
<p>Thnx and have a nice day! 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-13023</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Thu, 31 Mar 2022 06:01:14 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2639#comment-13023</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-12966&quot;&gt;Matej Liska&lt;/a&gt;.

Hi Matej.
I double checked it. The ssh_config file controls the Raspberry PI ssh connection when it is used as client. The sshd_config, on the other side, controls the ssh connection when it is used as server. So, the right place should be sshd_config and I&#039;ve updated my tutorial accordingly.
Many thanks for your feedback, Giuseppe]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-12966">Matej Liska</a>.</p>
<p>Hi Matej.<br />
I double checked it. The ssh_config file controls the Raspberry PI ssh connection when it is used as client. The sshd_config, on the other side, controls the ssh connection when it is used as server. So, the right place should be sshd_config and I&#8217;ve updated my tutorial accordingly.<br />
Many thanks for your feedback, Giuseppe</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matej Liska		</title>
		<link>https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-12966</link>

		<dc:creator><![CDATA[Matej Liska]]></dc:creator>
		<pubDate>Wed, 30 Mar 2022 16:00:37 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2639#comment-12966</guid>

					<description><![CDATA[Only one question:
the command useDNS no is in ssh_config or in sshd_config file?]]></description>
			<content:encoded><![CDATA[<p>Only one question:<br />
the command useDNS no is in ssh_config or in sshd_config file?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-11825</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Tue, 08 Mar 2022 19:35:35 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2639#comment-11825</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-11763&quot;&gt;Ray&lt;/a&gt;.

Thank you for your feedback, Ray.
Don&#039;t forget to rate my post and share my blog with your friends ;)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-11763">Ray</a>.</p>
<p>Thank you for your feedback, Ray.<br />
Don&#8217;t forget to rate my post and share my blog with your friends 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-11824</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Tue, 08 Mar 2022 19:34:12 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2639#comment-11824</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-11819&quot;&gt;Unclezip&lt;/a&gt;.

Thank you for your feedback, Mike.
Please remember to rate my post and share my blog with your friends ;)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-11819">Unclezip</a>.</p>
<p>Thank you for your feedback, Mike.<br />
Please remember to rate my post and share my blog with your friends 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Unclezip		</title>
		<link>https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-11819</link>

		<dc:creator><![CDATA[Unclezip]]></dc:creator>
		<pubDate>Tue, 08 Mar 2022 16:57:57 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2639#comment-11819</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-10171&quot;&gt;Marek&lt;/a&gt;.

Fixed my problem. Thanks.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-10171">Marek</a>.</p>
<p>Fixed my problem. Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ray		</title>
		<link>https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-11763</link>

		<dc:creator><![CDATA[Ray]]></dc:creator>
		<pubDate>Mon, 07 Mar 2022 12:39:23 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2639#comment-11763</guid>

					<description><![CDATA[Thank you.  I was having intermittent hangs using my Pi Zero 2,  using the latest 64bit OS.  I have been using Pis for several years now and have never had this problem before.
I disabled pam_systemd.so and pam_chksshpwd.so as you describe and the problem seems cured. So far so good.]]></description>
			<content:encoded><![CDATA[<p>Thank you.  I was having intermittent hangs using my Pi Zero 2,  using the latest 64bit OS.  I have been using Pis for several years now and have never had this problem before.<br />
I disabled pam_systemd.so and pam_chksshpwd.so as you describe and the problem seems cured. So far so good.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-10172</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Mon, 31 Jan 2022 18:41:26 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2639#comment-10172</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-10171&quot;&gt;Marek&lt;/a&gt;.

Thank you for your tip, Marek]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/fix-slow-ssh-remote-terminal-issue-in-raspberry-pi-os/#comment-10171">Marek</a>.</p>
<p>Thank you for your tip, Marek</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
