解决Putty出现Network errorSoftware caused connection abort 发表于 2013-06-18 更新于 2026-03-03 分类于 技术分享 PuTTY的Connection项目中设定”Sending of null packets to keep session active”,也就是每隔几秒传送一个null packet让session不会timeout. 2.启用sshd host的/etc/ssh/sshd_config设定值:TCPKeepAlive yes.