[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Protocol error: expected packet type 50, got 90
[Thread Prev] | [Thread Next]
- Subject: Protocol error: expected packet type 50, got 90
- From: Yanis Kurganov <yanis.kurganov@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 24 Aug 2016 16:25:16 +0300
- To: libssh@xxxxxxxxxx
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
Re: Protocol error: expected packet type 50, got 90 | Andreas Schneider <asn@xxxxxxxxxxxxxx> |