| Summary: | Configuration ChrootDirectory=%h is unuseful (users cannot access their homes) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | jchadima | ||||||
| Component: | sftp-server | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||
| Status: | CLOSED WONTFIX | ||||||||
| Severity: | normal | CC: | djm, mail | ||||||
| Priority: | P2 | ||||||||
| Version: | 5.2p1 | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Attachments: |
|
||||||||
No, we require the entire path to be root-owned for good reasons. This has been discussed extensively on the mailing list. Created attachment 1678 [details]
last version of the patch 08/28/09
Mass move of RESOLVED bugs to CLOSED now that 5.3 is out. |
Created attachment 1629 [details] Enable users to to acces their homes in case of ChrootDirectory=%h In case of ChrootDirectory=%h all users except root cannot acces their homes, because chroot jail checks if whole path (all components) are root owned with sctrict permissions. The patch attaced solves this problem.