bugzilla-daemon at bugzilla.mindrot.org
2007-Aug-10 03:31 UTC
[Bug 1352] New: Chroot support for sshd
http://bugzilla.mindrot.org/show_bug.cgi?id=1352 Summary: Chroot support for sshd Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Keywords: patch Severity: enhancement Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy: djm at mindrot.org Created an attachment (id=1336) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1336) ChrootDirectory for core OpenSSH This patch adds a ChrootDirectory option to optionally specify a directory to chroot(2) to after authentication in sshd. -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching the reporter.
bugzilla-daemon at bugzilla.mindrot.org
2007-Aug-10 03:31 UTC
[Bug 1352] Chroot support for sshd
http://bugzilla.mindrot.org/show_bug.cgi?id=1352 --- Comment #1 from Damien Miller <djm at mindrot.org> 2007-08-10 13:31:45 --- Created an attachment (id=1337) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1337) ChrootDirectory for portable OpenSSH -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching the reporter.
bugzilla-daemon at bugzilla.mindrot.org
2007-Aug-10 03:36 UTC
[Bug 1352] Chroot support for sshd
http://bugzilla.mindrot.org/show_bug.cgi?id=1352 --- Comment #2 from Damien Miller <djm at mindrot.org> 2007-08-10 13:36:17 --- BTW this patch is intended for use with the recent "Match" sshd_config directive. For example: Match group chroot_users ChrootDirectory /home/chroot/%u -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching the reporter.
bugzilla-daemon at bugzilla.mindrot.org
2008-Feb-10 11:51 UTC
[Bug 1352] Chroot support for sshd
https://bugzilla.mindrot.org/show_bug.cgi?id=1352 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Blocks| |1353 --- Comment #3 from Damien Miller <djm at mindrot.org> 2008-02-10 22:50:58 --- A newer version of this patch has just been committed, with additional support for an in-process sftp-server to avoid the need to configure the chroot with support files. This will be in openssh-4.8. -- 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 the reporter.
bugzilla-daemon at bugzilla.mindrot.org
2008-Mar-31 04:21 UTC
[Bug 1352] Chroot support for sshd
https://bugzilla.mindrot.org/show_bug.cgi?id=1352 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Damien Miller <djm at mindrot.org> 2008-03-31 15:20:58 --- Fix shipped in 4.9/4.9p1 release. -- 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 the reporter.