Displaying 1 result from an estimated 1 matches for "ichernysh".
Did you mean:
chernykh
2003 May 06
4
[Bug 555] If user does a newgrp before envoking ssh, it fails with a setgid error.
...normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: cknipe at register.com
If a user does a newgrp to change their group id to a group they are a member
of, which is not their primary group, ssh gets upset. For example:
ichernysh at ofdb02:/home.local/ichernysh$ id -a
uid=3059(ichernysh) gid=506(dba) groups=3059(ichernysh),506(dba)
ichernysh at ofdb02:/home.local/ichernysh$ newgrp dba
ichernysh at ofdb02:/home.local/ichernysh$ ssh 127.0.0.1
setgid 3059: Not owner
ichernysh at ofdb02:/home.local/ichernysh$ ssh 127.0.0.1
The...