<?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>UI 網站 &#187; ssh</title>
	<atom:link href="http://ui.idv.tw/wordpress/?feed=rss2&#038;tag=ssh" rel="self" type="application/rss+xml" />
	<link>https://ui.idv.tw/wordpress</link>
	<description>個人雜亂筆記用</description>
	<lastBuildDate>Wed, 15 Oct 2025 10:08:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>SSH 登入很慢、很久的問題</title>
		<link>https://ui.idv.tw/wordpress/?p=420</link>
		<comments>https://ui.idv.tw/wordpress/?p=420#comments</comments>
		<pubDate>Fri, 11 May 2018 08:10:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://ui.idv.tw/wordpress/?p=420</guid>
		<description><![CDATA[Mac 系統的設定檔： /etc/sshd_config Linux 系統的設定檔： /etc/ssh/sshd_config 你只要在 sshd_config 加上這個設定，在重啟 SSHD server 即可。 UseDNS no Mac 重啟 SSHD 方式 sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist &#038;&#038; sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist 停用 GSSAPIAuthentication GSSAPIAuthentication 全名是 Generic Security Services API，這個功能平常也是用不到，所以可以直接停用。 /etc/ssh/sshd_config UseDNS no GSSAPIAuthentication &#8230; <a href="https://ui.idv.tw/wordpress/?p=420">繼續閱讀 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Mac 系統的設定檔： /etc/sshd_config<br />
Linux 系統的設定檔： /etc/ssh/sshd_config<br />
你只要在 sshd_config 加上這個設定，在重啟 SSHD server 即可。</p>
<p>UseDNS no</p>
<p>Mac 重啟 SSHD 方式</p>
<p>sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist &#038;&#038; sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist</p>
<p>停用 GSSAPIAuthentication<br />
GSSAPIAuthentication 全名是 Generic Security Services API，這個功能平常也是用不到，所以可以直接停用。</p>
<p>/etc/ssh/sshd_config<br />
UseDNS no<br />
GSSAPIAuthentication no<br />
GSSAPIAuthentication 也可以在 Client 端設定不要使用，你可以修改 ~/.ssh/config</p>
<p>~/.ssh/config<br />
GSSAPIAuthentication no<br />
GSSAPIDelegateCredentials yes</p>
]]></content:encoded>
			<wfw:commentRss>https://ui.idv.tw/wordpress/?feed=rss2&#038;p=420</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
