search for: v_9_8_p1

Displaying 3 results from an estimated 3 matches for "v_9_8_p1".

Did you mean: v_9_7_p1
2025 Apr 03
3
[Bug 3807] New: Authentication failure due to expired certificates
https://bugzilla.mindrot.org/show_bug.cgi?id=3807 Bug ID: 3807 Summary: Authentication failure due to expired certificates Product: Portable OpenSSH Version: -current Hardware: 68k OS: All Status: NEW Severity: major Priority: P5 Component: sshd Assignee: unassigned-bugs at
2024 Jul 08
2
Can we reset CSI u mode on client disconnect? via
ssh already restores all TTY flags on exit: https://github.com/openssh/openssh-portable/blob/V_9_8_P1/sshtty.c#L56-L78 It's possible there are some exit cases that are not hitting the leave_raw_mode(), but if so then they aren't obvious. On Sun, 7 Jul 2024, Johannes Altmanninger wrote: > Some terminals support CSI u style encoding of keystrokes, typically via > the Kitty keyboard p...
2024 Jul 07
2
Can we reset CSI u mode on client disconnect? via
Some terminals support CSI u style encoding of keystrokes, typically via the Kitty keyboard protocol[1]. Program wishing to receive this encoding need to send a sequence like "CSI > 5 u" to enable it. Imagine a process tree like xterm -> bash -> ssh -> foo where foo is any program that enables CSI u mode (such as a newfangled shell or text editor). If the network