Re: [Chrootssh-users] Chroot and chrootssh /./ connection closed
Brought to you by:
punkball
From: Steve S. <st...@ki...> - 2003-03-25 18:18:51
|
On Tue, 25 Mar 2003, Serghej Petrov wrote: > I've download from http://chrootssh.sourceforge.net/ patched version of > OpenSSH (openssh-3.5p1-chroot.tar.gz) compil and install. > But if I chroot user in /etc/passwd ( > pippo:x:506:506::/home/pippo/./:/bin/bash ) > After autentication connection is closed by sshd server... Why? Without > /./ in password file everything is ok. My guess would be that you haven't set up the chroot environment with all of the binaries and libraries it needs. In particular, there needs to be a copy of bash in /home/pippo/bin and any shared libraries it needs in /home/pippo/lib. --Steve "Perhaps God gave man free will so he could choose to stop those who had chosen evil." <James Lileks> |