Replies: 1 comment 4 replies
-
I'm not sure what you mean by "executing clear". Are you trying to "clear the screen" on the terminal window running the SSH client, where AsyncSSH is acting as an SSH server, or are you trying to discard output from an upstream SSH server instead of outputting it to the terminal with AsyncSSH acting as an SSH client? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would you clear the stdout pipe in a generic SSH server implementation?
Running a forwarded process and executing clear works, so is there a simplistic way of doing that natively?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions