Mike Jumper-3 wrote > Applications running within the terminal that are aware of screen size > (vim, for example) correctly handle changes to terminal size despite the > lack of a PTY? Without a PTY, I'd expect Guacamole's terminal emulator to > resize itself correctly, while interactive applications running within the > terminal would start to misbehave.
Unfortunately the device does not have interactive applications. Mike Jumper-3 wrote > "I found that request is sent successfully, but it failed on receiving > specific packet type." > > What did you find that showed the request was sent successfully? Or is > this > assumed based on the observation that ignoring the error doesn't appear to > break anything? I have found that responce code on the request_pyt() is 100 (SSH_MSG_CHANNEL_FAILURE), but then I can request a shell on that pty, calling libssh2_channel_shell() and that works. If I skip calling request_pty() then requesting a shell failed. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
