bugzilla-daemon at mindrot.org
2006-Jun-23 08:15 UTC
[Bug 1199] ssh sends invalid ttymodes when stdin is not a tty
http://bugzilla.mindrot.org/show_bug.cgi?id=1199
Summary: ssh sends invalid ttymodes when stdin is not a tty
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: djm at mindrot.org
OtherBugsDependingO 1155
nThis:
Daniel Ritz <daniel.ritz AT alcatel.ch> reports:
ssh client sends a wrong all-zero terminal info when requesting forced
pseudo-terminal allocation while stdin is not a terminal. sshd then
sets the terminals ospeed to 0 because it receives this information
from the client. on solaris this means that the pseudo-terminal is
closed and output of any remote command is dropped.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Jun-23 08:17 UTC
[Bug 1199] ssh sends invalid ttymodes when stdin is not a tty
http://bugzilla.mindrot.org/show_bug.cgi?id=1199 ------- Comment #1 from djm at mindrot.org 2006-06-23 18:17 ------- Created an attachment (id=1146) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1146&action=view) Daniel's patch This is Daniel's patch for the bug ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Jun-23 08:18 UTC
[Bug 1199] ssh sends invalid ttymodes when stdin is not a tty
http://bugzilla.mindrot.org/show_bug.cgi?id=1199 ------- Comment #2 from djm at mindrot.org 2006-06-23 18:18 ------- I think there is a related bug in connection multiplexing too: it looks like we incorrectly reuse the ttymodes from the master's stdin rather than picking it up each time ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- [PATCH] openssh pseudo-terminal bug
- [Bug 1025] Does not correctly send/parse disabled special character in ttymodes
- User manipulation of tty mode opcodes / IUTF8 incompatibilities
- [Bug 282] New: ttymodes sent can be invalid
- [Bug 2565] New: High baud rate gets sent, solaris closes pty