<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Totti的部落格]]></title> 
<link>https://iam.ittot.com/index.php</link> 
<description><![CDATA[记录我的生活，收集我的收集]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Totti的部落格]]></copyright>
<item>
<link>https://iam.ittot.com/read.php/.htm</link>
<title><![CDATA[Ubuntu 16.04下安装ssh远程无法连接的解决方法 ]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[收集]]></category>
<pubDate>Sun, 19 Nov 2017 06:01:13 +0000</pubDate> 
<guid>https://iam.ittot.com/read.php/.htm</guid> 
<description>
<![CDATA[ 
	因为新版的ssh抛弃了以前的加密算法，所以ssh客户端不能连接，请求会被拒绝，我们可以指定原来的加密算法即可。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;打开配置文件：<br/><br/><div class="code"> sudo vi /etc/ssh/sshd_config</div><br/><br/>在最后添加如下内容（命令模式按shift+g跳到最后一行，然后按小写的o新起一行）：<br/><br/><div class="code">&nbsp;&nbsp;&nbsp;&nbsp;Ciphers aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-cbc,arcfour128,arcfour256,arcfour,blowfish-cbc,cast128-cbc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-sha1-96,hmac-md5-96&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,curve25519-sha256@libssh.org&nbsp;&nbsp;</div>
]]>
</description>
</item><item>
<link>https://iam.ittot.com/read.php/.htm#blogcomment</link>
<title><![CDATA[[评论] Ubuntu 16.04下安装ssh远程无法连接的解决方法 ]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://iam.ittot.com/read.php/.htm#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>