Hi, I have written code which enables chroot environments for users. A new sshd onfiguration item ChrootUsers containts a list of users which has chroot environment.So if the user is not in the list it get's his normal environment. For users that are in the chrootusers list there homedir becomes / . Can you please apply this patch? With kind regards, Jeroen Nijhof -------------- next part -------------- A non-text attachment was scrubbed... Name: openssh-3.6.1p2-chroot.patch.gz Type: application/x-gzip Size: 1408 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20030514/3e1125cc/attachment.bin
I'm really sorry but I've send the wrong patch file.. Here is the good one. Jeroen <Hi, < <I have written code which enables chroot environments for users. <A new sshd onfiguration item ChrootUsers containts a list of users which <has chroot environment.So if the user is not in the list it get's his <normal environment. <For users that are in the chrootusers list there homedir becomes / . < <Can you please apply this patch? < < <With kind regards, < < Jeroen Nijhof -------------- next part -------------- A non-text attachment was scrubbed... Name: openssh-3.6.1p2-chroot.diff.gz Type: application/x-gzip Size: 1415 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20030514/24ac8c69/attachment.bin
Long time ago it was decided this feature does not belong in OpenSSH, but belongs in the user's shell or via a pam (or the local authentication method) module. - Ben On 14 May 2003, Jeroen Nijhof wrote:> Hi, > > I have written code which enables chroot environments for users. > A new sshd onfiguration item ChrootUsers containts a list of users which > has chroot environment.So if the user is not in the list it get's his > normal environment. > For users that are in the chrootusers list there homedir becomes / . > > Can you please apply this patch? > > > With kind regards, > > Jeroen Nijhof >