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

Reply via email to