bugzilla-daemon at bugzilla.mindrot.org
2009-Mar-10 15:17 UTC
[Bug 1571] New: "subsystem request for sftp" log entry can't be correlated with a user
https://bugzilla.mindrot.org/show_bug.cgi?id=1571
Summary: "subsystem request for sftp" log entry can't
be
correlated with a user
Product: Portable OpenSSH
Version: 5.2p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: TenToThe9 at hotmail.com
sshd logs the message "subsystem request for sftp" without giving any
identifiable information. Even the process ID (if present) is not used
in other messages.
Please add at least a username to the log message.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Nov-20 04:37 UTC
[Bug 1571] "subsystem request for sftp" log entry can't be correlated with a user
https://bugzilla.mindrot.org/show_bug.cgi?id=1571
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> 2009-11-20 15:37:01
EST ---
We don't log the user in all log entries because they can be correlated
by PID, which your syslogd should record.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-25 15:13 UTC
[Bug 1571] "subsystem request for sftp" log entry can't be correlated with a user
https://bugzilla.mindrot.org/show_bug.cgi?id=1571 --- Comment #2 from TenToThe9 at hotmail.com 2010-01-26 02:13:28 EST --- That's just the problem: the pid in the "subsystem requested" line does not match the pid in the "Accepted ... for ..." line. This might be because of privilege separation. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jun-18 04:25 UTC
[Bug 1571] "subsystem request for sftp" log entry can't be correlated with a user
https://bugzilla.mindrot.org/show_bug.cgi?id=1571 --- Comment #3 from Damien Miller <djm at mindrot.org> --- The privsep child pid is logged at loglevel=verbose, but it isn't hard to add the username to the message. I'll make a diff. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jun-18 04:26 UTC
[Bug 1571] "subsystem request for sftp" log entry can't be correlated with a user
https://bugzilla.mindrot.org/show_bug.cgi?id=1571 --- Comment #4 from Damien Miller <djm at mindrot.org> --- Created attachment 1872 --> https://bugzilla.mindrot.org/attachment.cgi?id=1872 /home/djm/sshd-subsys-req-log-user.diff log username on subsystem request line -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jun-18 04:27 UTC
[Bug 1571] "subsystem request for sftp" log entry can't be correlated with a user
https://bugzilla.mindrot.org/show_bug.cgi?id=1571
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1872| |ok?(dtucker at zip.com.au)
Flags| |
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jun-18 04:32 UTC
[Bug 1571] "subsystem request for sftp" log entry can't be correlated with a user
https://bugzilla.mindrot.org/show_bug.cgi?id=1571
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |1708
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jun-22 04:58 UTC
[Bug 1571] "subsystem request for sftp" log entry can't be correlated with a user
https://bugzilla.mindrot.org/show_bug.cgi?id=1571
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1872|ok?(dtucker at zip.com.au) |ok+
Flags| |
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jun-22 04:59 UTC
[Bug 1571] "subsystem request for sftp" log entry can't be correlated with a user
https://bugzilla.mindrot.org/show_bug.cgi?id=1571
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Damien Miller <djm at mindrot.org> ---
patch applied - this will be in OpenSSH-5.6
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Jan-24 01:33 UTC
[Bug 1571] "subsystem request for sftp" log entry can't be correlated with a user
https://bugzilla.mindrot.org/show_bug.cgi?id=1571
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Damien Miller <djm at mindrot.org> 2011-01-24 12:33:30
EST ---
Move resolved bugs to CLOSED after 5.7 release
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.