[Bug 2945] sshd unstable on Illumos (and probably Solaris) when compiled in XPG4 mode

2019-04-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2945 --- Comment #16 from Fazal Majid --- Successfully tested on Oracle Solaris 11.4 (without SSHD_ACQUIRES_CTTY or PTY_ZEROREAD). No duplicate STREAMS modules, and Control-C works properly in tcsh. -- You are receiving this mail because: You are wa

[Bug 2966] scp client-side filename matching problems

2019-04-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2966 --- Comment #4 from Damien Miller --- I honestly don't know how far we're willing to chase this down in scp - these are all extremely fiddly and easy to get wrong in the client. To do it right means basically having to re-implement the entirety o

[Bug 2966] scp client-side filename matching problems

2019-04-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2966 Damien Miller changed: What|Removed |Added Summary|scp rev 1.202 fix doesn't |scp client-side filename

[Bug 2988] Tracking bug for 8.1 release

2019-04-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2988 Damien Miller changed: What|Removed |Added Depends on||2430 Referenced Bugs: https://bugzilla.

[Bug 2430] ssh-keygen should allow to login before reading public key from smart card

2019-04-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2430 Damien Miller changed: What|Removed |Added Blocks||2988 Referenced Bugs: https://bugzilla.

[Bug 2945] sshd unstable on Illumos (and probably Solaris) when compiled in XPG4 mode

2019-04-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2945 --- Comment #15 from Fazal Majid --- PTY_ZEROREAD does stop the hanging, but screen and tmux remain in semi-raw line discipline where Control-C kills them with bash and tcsh. -- You are receiving this mail because: You are watching the assignee

[Bug 2945] sshd unstable on Illumos (and probably Solaris) when compiled in XPG4 mode

2019-04-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2945 --- Comment #14 from Fazal Majid --- The Control-C problem only occurs with bash and tcsh, not /bin/sh, so it's not an OpenSSH issue per se (I will try your PTY_ZEROREAD workaround). Going back to testing Damien's patch on Oracle Solaris 11.4, so

[Bug 2945] sshd unstable on Illumos (and probably Solaris) when compiled in XPG4 mode

2019-04-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2945 --- Comment #13 from Darren Tucker --- (In reply to Fazal Majid from comment #11) [...] > so it looks like sshd read 0 bytes and decided to send an EOF to the > client. Ah that's a different problem with a different workaround: try defining PTY_

[Bug 2945] sshd unstable on Illumos (and probably Solaris) when compiled in XPG4 mode

2019-04-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2945 --- Comment #12 from Fazal Majid --- It's also worth noting that programs that should put themselves in raw mode like tmux or screen are also killed by a Ctrl-C, so something is off with line disciplines, even though the STREAMS module order seems

[Bug 2945] sshd unstable on Illumos (and probably Solaris) when compiled in XPG4 mode

2019-04-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2945 --- Comment #11 from Fazal Majid --- Thanks Darren, but that doesn't seem to make a difference. Here is output of ssh -v -v -v on the client just after issuing the Ctrl-C: mordac ~>echo debug3: receive packet: type 96 debug2: channel 0: rcvd eof

[Bug 2945] sshd unstable on Illumos (and probably Solaris) when compiled in XPG4 mode

2019-04-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2945 --- Comment #10 from Darren Tucker --- (In reply to Fazal Majid from comment #8) > In addition, I am pursuing some really strange behavior with OpenSSH > 7.9p1 in OpenIndiana oi151a9 (a really old version) where connecting > to OpenSSH, Control-C