bugzilla-daemon at bugzilla.mindrot.org
2008-Oct-27 20:43 UTC
[Bug 177] provide chroot option for sftp-server
https://bugzilla.mindrot.org/show_bug.cgi?id=177 Joshua Pettett <devel at homelinkcs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|sshd |sftp-server AssignedTo|openssh-bugs at mindrot.org |unassigned-bugs at mindrot.org --- Comment #20 from Joshua Pettett <devel at homelinkcs.com> 2008-10-28 07:43:47 --- As far as I can tell, ChrootDirectory does not allow per-user chrooting to "empty jails" (e.g. home directories) such as this bug's patch does (and modern FTP servers). So from my perspective this bug isn't resolved. Should it be reopened, or should I submit a new bug/feature request? Thanks. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Oct-28 21:39 UTC
[Bug 177] provide chroot option for sftp-server
https://bugzilla.mindrot.org/show_bug.cgi?id=177 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|sftp-server |sshd --- Comment #21 from Damien Miller <djm at mindrot.org> 2008-10-29 08:39:32 --- No, ChrootDirectory can be set per-user using the sshd_config(5) Match option and may be used to chroot users into empty jails for sftp use. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Oct-28 21:56 UTC
[Bug 177] provide chroot option for sftp-server
https://bugzilla.mindrot.org/show_bug.cgi?id=177 --- Comment #22 from Joshua Pettett <devel at homelinkcs.com> 2008-10-29 08:56:21 --- (In reply to comment #21)> No, ChrootDirectory can be set per-user using the sshd_config(5) Match > option and may be used to chroot users into empty jails for sftp use.Yes, but since the directory has to be owned by root, then users can't write to their home directory, correct? -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.