<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>sshd_config - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/sshd_config/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 17 Sep 2014 09:23:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>解决SSH自动断线，无响应的问题。</title>
		<link>https://www.coder4.com/archives/3751</link>
					<comments>https://www.coder4.com/archives/3751#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 11 Jan 2013 02:11:35 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshd_config]]></category>
		<category><![CDATA[断线]]></category>
		<category><![CDATA[无响应]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=3751</guid>

					<description><![CDATA[在连接远程SSH服务的时候，经常会发生长时间后的断线，或者无响应（无法再键盘输入）。 总体来说有两个方法： 1、依赖ssh客户端定时发送心跳。 putty、SecureCRT、XShell都有这个功能，但是目测不太好用。 此外在Linux下： &#160; #打开 sudo vim /etc/ssh/ssh_config # 添加 ServerAliveInterval 20 ServerAliveCountMax 999 即每隔20秒，向服务器发出一次[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/3751/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
