Mailing List Archive

[Bug 177] provide chroot option for sftp-server
https://bugzilla.mindrot.org/show_bug.cgi?id=177


Joshua Pettett <devel@homelinkcs.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Component|sshd |sftp-server
AssignedTo|openssh-bugs@mindrot.org |unassigned-bugs@mindrot.org




--- Comment #20 from Joshua Pettett <devel@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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 177] provide chroot option for sftp-server [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=177


Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Component|sftp-server |sshd




--- Comment #21 from Damien Miller <djm@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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 177] provide chroot option for sftp-server [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=177





--- Comment #22 from Joshua Pettett <devel@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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs