-
Notifications
You must be signed in to change notification settings - Fork 887
Running commands over ssh -t
periodically gives no output
#6656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
ssh -t
periodically gives no output
mafredri
added a commit
that referenced
this issue
Mar 24, 2023
mafredri
added a commit
that referenced
this issue
Mar 28, 2023
mafredri
added a commit
that referenced
this issue
Mar 28, 2023
Non-ideal fix for PTY output loss because it always adds a delay of 100ms. Completely fixes #6656
mafredri
added a commit
that referenced
this issue
Mar 29, 2023
mafredri
added a commit
that referenced
this issue
Mar 29, 2023
mafredri
added a commit
that referenced
this issue
Mar 29, 2023
mafredri
added a commit
that referenced
this issue
Mar 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you run
ssh -t <host> uname -sm
on a loop sometimes you get no output. Not sure why there is a \r either.Example reproduction:
Usage:
Example stdout (manually wrapped):
Example stderr:
The text was updated successfully, but these errors were encountered: