[Bug 474] sftp should provide logging

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat Apr 1 16:58:35 EST 2006


http://bugzilla.mindrot.org/show_bug.cgi?id=474





------- Comment #4 from djm at mindrot.org  2006-04-01 16:58 -------
Created an attachment (id=1106)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=1106&action=view)
sftp transaction logging

This diff implements transaction logging for sftp-server. It adds commandline
options to sftp-server to specify the log level and facility (using the same
keywords as sshd) and extends sshd's Subsystem command to accept commandline
arguments.

To see it work, use a subsystem like:

Subsystem       sftp    /usr/libexec/sftp-server -l INFO

log level VERBOSE produces as bit more verbiage and the old request
TRACE stuff is available at the debug levels.

Note that is doesn't do any of the control stuff of the other patch - that can
be dealt with separately




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list