<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SSH on Jermineの博客 </title>
    <link>https://Jermine.vdo.pub/tags/ssh/</link>
    <description>Recent content in SSH on Jermineの博客 </description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Thu, 12 May 2016 09:54:32 +0800</lastBuildDate>
    <atom:link href="https://Jermine.vdo.pub/tags/ssh/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SSH Config for Alive - 解决ssh经常断开的问题</title>
      <link>https://Jermine.vdo.pub/linux/sshd-config-for-alive/</link>
      <pubDate>Thu, 12 May 2016 09:54:32 +0800</pubDate>
      <guid>https://Jermine.vdo.pub/linux/sshd-config-for-alive/</guid>
      <description>&lt;p&gt;SSH连接总是隔一段时间没有输入时就断开，解决办法如下：&lt;/p&gt;&#xA;&lt;h3 id=&#34;服务端配置&#34;&gt;服务端配置&lt;/h3&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo vi /etc/ssh/sshd_config&#xA;ClientAliveInterval 60     #服务端主动向客户端请求响应的间隔&#xA;ClientAliveCountMax 10    #服务器发出请求后客户端没有响应的次数达到一定值就自动断开&#xA;sudo restart ssh&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;客户端配置&#34;&gt;客户端配置&lt;/h3&gt;&#xA;&lt;p&gt;sudo vi /etc/ssh/ssh_config  #或~/.ssh/config&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
