GitHub user mike-jumper opened a pull request:

    https://github.com/apache/guacamole-server/pull/173

    GUACAMOLE-574: Allow input for SSH/telnet to come from "STDIN" pipe.

    This change adds support to SSH and telnet for reading user input from a 
pipe stream named "STDIN". When the client side opens this pipe stream, user 
input through keyboard, clipboard, etc. is blocked, and data from the pipe 
stream is sent directly over the SSH/telnet connection. User input is unblocked 
once the "STDIN" pipe is closed.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mike-jumper/guacamole-server terminal-pipe

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/guacamole-server/pull/173.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #173
    
----
commit ef79a6ec5986bb8feaf1acd80996088ab35dfe0f
Author: Michael Jumper <mjumper@...>
Date:   2018-05-19T21:28:09Z

    GUACAMOLE-574: Add support for reading STDIN from a pipe stream.

commit c5d29a6884c6b65225aeebb3a3fbb8f52a3d65d5
Author: Michael Jumper <mjumper@...>
Date:   2018-05-19T21:32:30Z

    GUACAMOLE-574: Redirect STDIN from pipe stream named "STDIN" for SSH and 
telnet.

----


---

Reply via email to