Hi,
I am trying to connect to a Mikrotik router (RouterOS) but I get a protocol error "unexpected packettype error".
I can connect using putty.
Any suggestions?
Best regards
Eric
Unexpected Packet type
Re: Unexpected Packet type
Thank you for the information. We are investigating this behavior of SecureBridge, and we will inform you about the results.
Re: Unexpected Packet type
Thanks for your prompt reply,
I messed around last night and in 2 places I just ignored the error and I managed to login and get a directory listing, but did not really test.
For example I turned response=3 into success:
Regards
Eric
I messed around last night and in 2 places I just ignored the error and I managed to login and get a directory listing, but did not really test.
For example I turned response=3 into success:
Code: Select all
TSsh2Connection.ProcessAuthenticationResponse
while True do begin
Response := TSSH2DataReader.Create(SyncReceivePacket);
try
h := Response.ReadPacketType;
IF H=3 THEN H := SSH_MSG_USERAUTH_SUCCESS;
Eric
Re: Unexpected Packet type
The new SecureBridge version 6.5.8 with a fix for the "Protocol error: unexpected packet type 3" error is available for download now.