bugzilla-daemon at mindrot.org
2015-Apr-28 04:29 UTC
[Bug 1716] tty allocation is not properly documented
https://bugzilla.mindrot.org/show_bug.cgi?id=1716 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |dtucker at zip.com.au Assignee|unassigned-bugs at mindrot.org |dtucker at zip.com.au --- Comment #1 from Darren Tucker <dtucker at zip.com.au> --- Created attachment 2610 --> https://bugzilla.mindrot.org/attachment.cgi?id=2610&action=edit Clarify pseudo-terminal behaviour. Here's the updated text: """ When the user's identity has been accepted by the server, the server either executes the given command as a non-interactive session, or if no command has been specified, logs into the machine and gives the user a normal shell as an interactive session. All communication with the remote command or shell will be automatically encrypted. If an interactive session is requested ssh by default will request a pseudo-terminal (pty) if the client has one, otherwise it will not request one. The flags -T and -t can be used to override this behaviour. If a pseudo-terminal has been allocated the user may use the escape characters noted below. """ -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
Maybe Matching Threads
- [Bug 1716] tty allocation is not properly documented
- [Bug 1716] New: tty allocation is not properly documented
- [Bug 1716] tty allocation is not properly documented
- [Bug 1939] New: ssh client hangs when -t option is used to force pseudo-tty allocation
- Patch: remove unused tty variable from session.c