| Summary: | If user does a newgrp before envoking ssh, it fails with a setgid error. | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Charles Knipe <cknipe> |
| Component: | ssh | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | UltraSPARC | ||
| OS: | Solaris | ||
|
Description
Charles Knipe
2003-05-07 01:48:16 AEST
This works fine for me OpenSSH 3.5p1 Solaris 8 (108528-18) GNU bash, version 2.03.0(1) Works for me too (OpenSSH 3.6.1p2, Solaris 8, 108528-14). Newer versions of OpenSSH no longer make ssh setuid, perhaps that's the difference. $ id uid=500(dtucker) gid=500(dtucker) groups=500(dtucker),514(cvs) $ newgrp cvs $ ssh localhost dtucker@localhost's password: $ In that case, sorry to bother with an old bug, I'll upgrade at my next maintenance window. Please re-open if you can reproduce with current versions, this seems to be OK now. Mass change of RESOLVED bugs to CLOSED |