Timeline for ssh with separate stdin, stdout, stderr AND tty
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 18 at 7:35 | history | edited | Kamil Maciorowski | CC BY-SA 4.0 | added 265 characters in body |
| Feb 17, 2023 at 16:03 | comment | added | Et7f3XIV | linked ticket bugzilla.mindrot.org/show_bug.cgi?id=3542 | |
| Jan 19, 2023 at 6:44 | history | edited | Kamil Maciorowski | CC BY-SA 4.0 | debugged |
| Feb 4, 2022 at 10:40 | comment | added | Stéphane Chazelas | [ -e /dev/tty ] doesn't test for the presence of a controlling terminal, just whether that device file exists are not. Since you already do ps -p "$$" -o tty=, you can check that against ? to check if there's a controlling terminal. | |
| Nov 5, 2021 at 9:53 | vote | accept | Kamil Maciorowski | ||
| Jun 8, 2021 at 17:42 | history | answered | Kamil Maciorowski | CC BY-SA 4.0 |