chromium / axiom

Axiom Project
https://chromium.github.io/axiom/web_shell/
Apache License 2.0
53 stars 26 forks source link

Add ttyin/ttyout as stdio streams. #114

Closed binji closed 9 years ago

binji commented 9 years ago

These streams can be used when stdin/stdout are piped, e.g. when using SSH to create a secure stream to a remote server. In that case ttyin/ttyout can still be wired to the terminal input and output. In the case of ssh, this can be used to print the password prompt, and read the password from the user.

In the normal case, these streams will be unused.

binji commented 9 years ago

@rpaquay PTAL

rpaquay commented 9 years ago

lgtm