How do I exit interactive mode gracefully? #2138
-
I spawn a bash shell with the following args: |
Beta Was this translation helpful? Give feedback.
Answered by
peace-maker
Nov 24, 2022
Replies: 1 comment 2 replies
-
You can close the interactive shell by sending 0 bytes. You do that by pressing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's an open PR #2108 that closes the local input side when the remote connection dies, but it isn't done yet.