Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I want the remote CMD to be able to read from stdin normally. Commented Mar 26, 2014 at 20:47
  • Ah, well i believe that if the CMD is blocking on input, you might try cmd < /dev/stdin and try sending it some input via keyboard. I tried to do this with non-blocking commands like echo to no-avail Commented Mar 26, 2014 at 21:02