[Chrootssh-users] Thanks!
Brought to you by:
punkball
From: Herald v. d. B. <he...@br...> - 2002-12-20 14:27:26
|
The chroot patch works great! Thanks! I needed to copy extra and other files than mentioned in http://chrootssh.sourceforge.net/docs/chrootedsftp.html for my system (RedHat 8). I needed in addition /dev files (I did a "MAKEDEV -d . null zero tty" but this is probably more than needed) and /etc/passwd and /etc/shadow (which I cleaned up a bit). The needed libraries were different. I installed: $ ls lib usr/lib lib: ld-linux.so.2 libattr.so.1 libc.so.6 libnsl.so.1 libtermcap.so.2 libacl.so.1 libcrypto.so.2 libdl.so.2 libresolv.so.2 libutil.so.1 usr/lib: libcom_err.so.3 libk5crypto.so.3 libkrb5.so.3 libz.so.1 But some of them were not required for sftp. Now everthing works great, even for bash Regards, Herald |