[Bug 1716] tty allocation is not properly documented

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Apr 28 14:29:13 AEST 2015


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.


More information about the openssh-bugs mailing list