You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2025. It is now read-only.
SSH commands are triggered as one-time sync command that sends commands and waits to get a response, however, some commands require human intervention or a command can get multiple times/lines returns from the server, like apt-get update, the current implementation cannot meet that requirement
definition of done:
a command can accept subsequence input like Y/N when the server requires input
xterm can keep the connection and print the content when server return content more than 1 times