mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
closes #18519 Adds a unit test that verifies that we close the stdin to a non-TTY process when the SSH session connected to it exits. c.f. https://github.com/coder/coder/issues/18519#issuecomment-3027609871 Validates that we match OpenSSH behavior.