<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UseDNS &#8211; 記下來</title>
	<atom:link href="https://noter.tw/tag/usedns/feed/" rel="self" type="application/rss+xml" />
	<link>https://noter.tw</link>
	<description>一路上踩到的坑、遇到的問題，一點一滴記下來，希望能幫助到需要的人~</description>
	<lastBuildDate>Wed, 06 Nov 2019 07:39:06 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.3</generator>

<image>
	<url>https://noter.tw/wp-content/uploads/cropped-old-1130742_1920-1-32x32.jpg</url>
	<title>UseDNS &#8211; 記下來</title>
	<link>https://noter.tw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>ssh 登入速度緩慢問題</title>
		<link>https://noter.tw/3316/ssh-%e7%99%bb%e5%85%a5%e9%80%9f%e5%ba%a6%e7%b7%a9%e6%85%a2%e5%95%8f%e9%a1%8c/</link>
					<comments>https://noter.tw/3316/ssh-%e7%99%bb%e5%85%a5%e9%80%9f%e5%ba%a6%e7%b7%a9%e6%85%a2%e5%95%8f%e9%a1%8c/#respond</comments>
		
		<dc:creator><![CDATA[黃小蛙]]></dc:creator>
		<pubDate>Thu, 04 Dec 2014 06:29:32 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[GSSAPIAuthentication]]></category>
		<category><![CDATA[UseDNS]]></category>
		<guid isPermaLink="false">http://wazai.net/?p=3316</guid>

					<description><![CDATA[<p>之前遇到這問題過，這次遇到又忘記怎麼解決，決定記錄起來下次遇到就不用再去找答案 &#8230; 很久以前剛使用 VPS 的時候遇過這個問題，查了一些方法，到最近要用又忘記了，這個方法參考自&#160;&#46;&#46;&#46;</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/3316/ssh-%e7%99%bb%e5%85%a5%e9%80%9f%e5%ba%a6%e7%b7%a9%e6%85%a2%e5%95%8f%e9%a1%8c/" data-wpel-link="internal">ssh 登入速度緩慢問題</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[<p>之前遇到這問題過，這次遇到又忘記怎麼解決，決定記錄起來下次遇到就不用再去找答案 &#8230;<br />
<span id="more-3316"></span><br />
很久以前剛使用 VPS 的時候遇過這個問題，查了一些方法，到最近要用又忘記了，這個方法參考自&nbsp;<a href="http://highpoint.logdown.com/posts/2014/03/04/unix-linux-solve-the-problem-of-ssh-for-a-long-time" target="_blank" rel="noopener noreferrer nofollow external" data-wpel-link="external" class="wpel-icon-right">[Unix/Linux] 解決 ssh 卡很久的問題 @ HighPoint&#8217;s Notes<span class="wpel-icon wpel-image wpel-icon-6"></span></a>。印象中也有使用這方法後還是很慢的狀況，如果有什麼後續會繼續更新在這邊。<br />
方法很簡單，以小蛙遇到問題的其中一台 CentOS 為例</p>
<pre>vim /etc/ssh/sshd_config
找到 #UseDNS yes
改成 UseDNS no  (把註解打開，就是不要用 DNS)
#再重新啟動 sshd 即可
/etc/init.d/sshd restart</pre>
<p>文中提到如果這樣還是有卡卡的問題，把 GSSAPIAuthentication 也一樣改成 no，如下</p>
<pre>GSSAPIAuthentication no</pre>
<p>做個筆記留存追查。<br />
<strong>參考資料：</strong></p>
<ol>
<li>[Unix/Linux] 解決 ssh 卡很久的問題 @ HighPoint&#8217;s Notes<br />
<address><a href="http://highpoint.logdown.com/posts/2014/03/04/unix-linux-solve-the-problem-of-ssh-for-a-long-time" target="_blank" rel="noopener noreferrer nofollow external" data-wpel-link="external" class="wpel-icon-right">http://highpoint.logdown.com/posts/2014/03/04/unix-linux-solve-the-problem-of-ssh-for-a-long-time<span class="wpel-icon wpel-image wpel-icon-6"></span></a></address>
</li>
</ol>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/3316/ssh-%e7%99%bb%e5%85%a5%e9%80%9f%e5%ba%a6%e7%b7%a9%e6%85%a2%e5%95%8f%e9%a1%8c/" data-wpel-link="internal">ssh 登入速度緩慢問題</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/3316/ssh-%e7%99%bb%e5%85%a5%e9%80%9f%e5%ba%a6%e7%b7%a9%e6%85%a2%e5%95%8f%e9%a1%8c/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
