Сбой соединения Chilkat SSH
Established TCP/IP connection with SSH server
Turning on TCP_NODELAY.
--sshConnect
sshSetupConnection(63ms):
clientIdentifier: SSH-2.0-PuTTY_Release_0.66
Sending client identifier...
Done sending client identifier.
Reading server version...
maxToReceive: 1
Connection closed by peer.
passiveClose(16ms):
Passive socket closing complete.
--passiveClose
Failed to read initial server version string
bytesReceived: -5
--sshSetupConnection
--connectInner
Failed.
--Connect_Ssh
Я был установлен на сервер. Почему я все еще терплю неудачу
ниже мой код сервер использует этот IP 172.16.2.10 и шлюз 4443
hostname = "172.16.2.10";
port = 4443;
ssh.VerboseLogging = true;
ssh.ReadTimeoutMs = 15000 ;
ssh.ConnectTimeoutMs = 15000;
success = ssh.Connect(hostname, port);
if (success != true)
{
mag.WriteToLogFile("Error# connecting - Send SMS ():" + ssh.LastErrorText);
return;
}
else
{
mag.WriteToLogFile("connecting - Send SMS ():" + ssh.LastErrorText);
}
может кто-нибудь помочь в чем проблема