HI, Everything works very well but I am getting a copy of the information in the /var/log/message kernel log. I've tried setting the verbosity to no log with the code below. Any ideas?
int verbosity = SSH_LOG_NOLOG; ssh_options_set(m_session, SSH_OPTIONS_LOG_VERBOSITY, &verbosity); Thank you, Greg