Bugzilla – Attachment 3555 Details for
Bug 3360
Ctrl-C or ~. doesn't work with SessionType none
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
don't put tty in raw mode for sessiontype=none
bz3360.diff (text/plain), 522 bytes, created by
Damien Miller
on 2021-11-30 12:08:30 AEDT
(
hide
)
Description:
don't put tty in raw mode for sessiontype=none
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2021-11-30 12:08:30 AEDT
Size:
522 bytes
patch
obsolete
>diff --git a/ssh.c b/ssh.c >index e6fe80909..20244757f 100644 >--- a/ssh.c >+++ b/ssh.c >@@ -1342,7 +1342,8 @@ main(int ac, char **av) > > /* Force no tty */ > if (options.request_tty == REQUEST_TTY_NO || >- (muxclient_command && muxclient_command != SSHMUX_COMMAND_PROXY)) >+ (muxclient_command && muxclient_command != SSHMUX_COMMAND_PROXY) || >+ options.session_type == SESSION_TYPE_NONE) > tty_flag = 0; > /* Do not allocate a tty if stdin is not a tty. */ > if ((!isatty(fileno(stdin)) || options.stdin_null) &&
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 3360
: 3555