[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Receiving all my information accross ssh tunnel but also puts it in the /var/log/messages
[Thread Prev] | [Thread Next]
- Subject: Receiving all my information accross ssh tunnel but also puts it in the /var/log/messages
- From: Greg Topmiller <Greg.Topmiller@xxxxxxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 26 Mar 2019 02:14:44 +0000
- To: "libssh@xxxxxxxxxx" <libssh@xxxxxxxxxx>
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
Archive administrator: postmaster@lists.cynapses.org