https://bugzilla.mindrot.org/show_bug.cgi?id=2813

Darren Tucker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Darren Tucker <[email protected]> ---
Do these containers use a chroot or equivalent?  If so, removing "tty"
from the groups file inside the chroot will cause sshd to use the
user's gid which sounds like what you want:

        /* Determine the group to make the owner of the tty. */
        grp = getgrnam("tty");
        gid = (grp != NULL) ? grp->gr_gid : pw->pw_gid;

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to