problem with interactive dialog #238
Unanswered
devopsalexandr
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
First, you should do this instead: var cmd = "!MyPa$$woRD!" | Cli.Wrap("ssh")
.WithArguments(["root@123.123.123.123"])
.WithStandardOutputPipe(PipeTarget.ToStringBuilder(stdOutBuffer))
.ExecuteAsync()Second, |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I can't interact with terminal
for example i want to connect to ssh server.....
i just see "Enter passphrase for key: " in terminal and nothing....
Beta Was this translation helpful? Give feedback.
All reactions