#236: disconnecting libssh2 sessions results in sshd message "inetd[1080]:
/usr/sbin/sshd[88807]: exited, status 255"
--------------------+--------------------
 Reporter:  km      |       Owner:
     Type:  defect  |      Status:  new
 Priority:  normal  |   Milestone:  1.4.0
Component:  API     |     Version:  1.2.7
 Keywords:          |  Blocked By:
   Blocks:          |
--------------------+--------------------
 When a libssh2 session is created and normally disconnected by calling:

         libssh2_channel_free(channel_);
         libssh2_session_disconnect(session_, "");
         libssh2_session_free(session_);

 On the sshd server the following message is observed:
 inetd[1080]: /usr/sbin/sshd[88796]: exited, status 255

 This leads to enormous log files. If openSSH is used the error message is
 not observed.

 This happens to ssh sessions opening terminal windows, or using subsytem
 or using ssh command.

-- 
Ticket URL: <http://trac.libssh2.org/ticket/236>
libssh2 <http://trac.libssh2.org/>
C library for writing portable SSH2 clients

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to