On Sun, May 30, 2010 at 05:22:22PM +0200, Jean-Francois wrote: > Hi, > > I am using sftp server with a chroot with following lines in sshd > configuration > file. The same works for my actual server in 4.4 OpenBSD but I just freshly > installed a 4.7 one and on it the sftp login fails (it works without chroot). > > Match group web > ChrootDirectory /var/www/htdocs > ForceCommand internal-sftp > > Any idea what I get wrong ?
$ grep web /etc/group $ grep www /etc/group www:*:67: $ > > Thanks

