| Summary: | The group of the tunnel device needs to match with the group of the connecting ssh user | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | joe9mail |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | REOPENED --- | ||
| Severity: | normal | CC: | djm, joe9mail |
| Priority: | P5 | ||
| Version: | 6.6p1 | ||
| Hardware: | amd64 | ||
| OS: | Linux | ||
|
Description
joe9mail
2014-09-09 18:02:54 AEST
Generally, the user connecting must have the right privileges/permissions to open the tun device. So the tunnel device could have the same group or the same user. This is completely expected and normal. I've added a note to the sshd_config manual page mentioning the need for the tunnel device to have appropriate permissions. The user connecting through ssh (sshuser) is the owner of the device. The owner of the device has appropriate permissions on the device. Looks like the permissions are only being checked for the group and not the user. OpenSSH 6.8 is approaching release and closed for major work. Retarget these bugs for the next release. Retarget to 6.9 Could you please attach a debug log from the server so we can figure out what is going wrong? |