Sponsorised links
2008
Manuel de sécurisation de Debian - Environnement de chroot pour Apache
Installez makejail (disponible dans Debian/testing actuellement).
Vous devriez également installer wget et lynx car ils
sont utilisés par makejail pour tester le serveur chrooté :
apt-get install makejail wget lynx
Sponsorised links
2007
Chrooted SSH/SFTP Tutorial (Debian Etch) | HowtoForge - Linux Howtos and Tutorials
This tutorial describes two ways how to give users chrooted SSH access. With this setup, you can give your users shell access without having to fear that they can see your whole system. Your users will be jailed in a specific directory which they will not be able to break out of. The users will also be able to use SFTP in their chroot jails.
chroot - DebianWiki
簡單得說,我們在某一個目錄中建立另一個 Linux 目錄結構, (並沒有限定必須為完整的 Linux 目錄結構), 然後使用 chroot 指令來進入這一個目錄中。 之後,所有的程式在運作時將會將這個目錄視同為 /。 這樣,我們就可以輕易得打造一個虛擬的 Linux 運作環境。
