[Bug 1719] New: Debug server prints debug messages on client
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Sun Feb 28 06:59:30 EST 2010
https://bugzilla.mindrot.org/show_bug.cgi?id=1719
Summary: Debug server prints debug messages on client
Product: Portable OpenSSH
Version: 5.4p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: petesea at bigfoot.com
A server started with debugging options (eg "sshd -e -ddd -p4242") will
print debug and "Environment" messages on the client:
$ ssh -p4242 127.0.0.1 'date'
Environment:
USER=...
LOGNAME=...
HOME=...
PATH=...
MAIL=...
SHELL=...
SSH_CLIENT=...
SSH_CONNECTION=...
debug3: channel 0: close_fds r -1 w -1 e -1 c -1
Sat Feb 27 11:52:32 PST 2010
It's often useful to start a debug server to help track down problems
without interfering with the client... and those extra client-side
debug and "Environment" messages can cause issues for things that
indirectly run ssh (like cvs and svn) if they aren't expecting the
output.
--
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