If I do this, is it going to screw up my ISPconfig installation? :
1 Install The Newest Zlib Version
Because there was a security hole in zlib-1.2.2 about which the chrooted SSH will complain when we try to compile it, we install the newest zlib version right now:
cd /tmp
wget
http://www.zlib.net/zlib-1.2.3.tar.gz
tar xvfz zlib-1.2.3.tar.gz
cd zlib-1.2.3
make clean
./configure -s
make
make install
2 Install The Chrooted SSH
This is quite easy. We download the patched OpenSSH sources, and we configure them with /usr as directory for the SSH executable files, with /etc/ssh as directory where the chrooted SSH will look for configuration files, and we also allow PAM authentication:
cd /tmp
apt-get install libpam0g-dev openssl libcrypto++-dev libssl0.9.7 libssl-dev ssh
wget
http://chrootssh.sourceforge.net/dow...-chroot.tar.gz
tar xvfz openssh-4.2p1-chroot.tar.gz
cd openssh-4.2p1-chroot
./configure --exec-prefix=/usr --sysconfdir=/etc/ssh --with-pam
make
make install
Recent comments
53 min 25 sec ago
10 hours 21 min ago
11 hours 10 min ago
14 hours 43 min ago
19 hours 8 min ago
19 hours 29 min ago
21 hours 39 min ago
1 day 7 hours ago
1 day 12 hours ago
1 day 14 hours ago