简体   繁体   English

SSH.NET-建立的连接被主机中的软件中止了

[英]SSH.NET - An established connection was aborted by the software in your host machine

I'm using SSH.NET to connect and send commands to my Linux. 我正在使用SSH.NET连接并向Linux发送命令。 Until yesterday it was SLES 12 and everything worked fine. 直到昨天才是SLES 12,一切正常。 Today I've upgraded it to SLES12 SP1 and when I'm trying to connect with server (through application with SSH.NET) I get exception - An established connection was aborted by the software in your host machine. 今天,我已经将其升级到SLES12 SP1,当我尝试通过SSH.NET应用程序与服务器连接时,出现异常-建立的连接被主机中的软件中止了。 All time I could use Putty or Git Bash to connect to machine and there is no problem. 一直以来我都可以使用Putty或Git Bash连接到计算机,这没有问题。 Putty and my application are using the same port (22). Putty和我的应用程序使用相同的端口(22)。 What I can do? 我可以做什么? I'm pretty sure that problem lies in my SLES configuration. 我非常确定问题出在我的SLES配置中。

I don´t know about SLES12 but i'm almost shure that it uses sshd and that is what's causing your problem. 我不知道SLES12,但是我几乎确定它使用sshd,这就是造成您的问题的原因。 In the latest version, the minimum key sizes were increased and this brakes ssh.net causing your exception. 在最新版本中,最小密钥大小增加了,这使ssh.net刹车引起您的异常。

A patch has been submited and will be integrated in the next release. 补丁已提交,将集成在下一个版本中。 Until then, the only solution is to use a pre-release version of ssh.net 在此之前,唯一的解决方案是使用ssh.net的预发布版本

More info: 更多信息:

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 已建立的连接已由主机中的软件中止 - An established connection was aborted by the software in your host machine C# - 已建立的连接被主机错误中的软件中止 - C# - an established connection was aborted by the software in your host machine Error C# 已建立的连接被主机中的软件中止 - C# An established connection was aborted by the software in your host machine Google API BatchRequest:已建立的连接已被主机中的软件中止 - Google API BatchRequest: An established connection was aborted by the software in your host machine “已建立的连接被主机中的软件中止了”(IIS) - “Established connection was aborted by the software in your host machine” (IIS) 套接字异常:已建立的连接已被主机中的软件中止 - Socket Exception: An established connection was aborted by the software in your host machine 无法从传输连接中读取数据:已建立的连接已被C#.Net中主机计算机中的软件中止。 - Unable to read data from the transport connection: An established connection was aborted by the software in your host machine in C# .Net System.Net.Sockets.SocketException(0x80004005):建立的连接已被主机中的软件中止 - System.Net.Sockets.SocketException (0x80004005): An established connection was aborted by the software in your host machine 主机中的软件中止了已建立的连接 - An established connection was aborted by the software in host machine 无法从传输连接中读取数据:已建立的连接已被主机中的软件中止 - Unable to read data from the transport connection: An established connection was aborted by the software in your host machine
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM