[Bug 1395] New: "session_input_channel_req: no session" should be a debug message

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Dec 4 05:21:21 EST 2007


https://bugzilla.mindrot.org/show_bug.cgi?id=1395

           Summary: "session_input_channel_req: no session" should be a
                    debug message
    Classification: Unclassified
           Product: Portable OpenSSH
           Version: 4.7p1
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: patch
          Severity: minor
          Priority: P2
         Component: sshd
        AssignedTo: bitbucket at mindrot.org
        ReportedBy: bjh21 at bjh21.me.uk


Created an attachment (id=1385)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=1385)
Possible patch to turn this into a debug message (compile-tested only)

When sshd receives a channel request on a non-session channel, it
writes a log message about it.  This is in contrast to channel requests
on non-session channels, which only merit a debug message.  This is a
bit of a nuisance because development versions of PuTTY use an
undefined channel request ("winadj at putty.projects.tartarus.org") to
work out the right window size to use on a channel, causing a slew of:

Dec  3 18:03:07 viking sshd[6386]: session_input_channel_req: no
session 1 req winadj at putty.projects.tartarus.org

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list