[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Protocol error: expected packet type 50, got 90


libssh 0.7.2 -> Cisco SSH Server.
Any suggestions are welcome!
Log file attached.

Code looks like this:

if (ssh_userauth_none(m_Session, 0) != SSH_AUTH_SUCCESS)
     ssh_userauth_password(m_Session, 0, password.c_str())

m_Channel = ssh_channel_new(m_Session);
ssh_channel_open_session(m_Channel);

Attachment: libssh.log
Description: Binary data


Follow-Ups:
Re: Protocol error: expected packet type 50, got 90Andreas Schneider <asn@xxxxxxxxxxxxxx>
Archive administrator: postmaster@lists.cynapses.org