This tutorial is being written to help you install Drop Bear to a chroot environment. Drop Bear is a relatively small SSH 2 server and client. It is an alternative lightweight program for openssh and it is designed for environments with low memory and processor resources, such as embedded systems.
Read more »Chrooted Drop Bear HowTo
Category: High End Tags:
- Login to post comments
Chrooting Apache2 With mod_chroot On Fedora 12
This guide explains how to set up mod_chroot with Apache2 on a Fedora 12 system. With mod_chroot, you can run Apache2 in a secure chroot environment and make your server less vulnerable to break-in attempts that try to exploit vulnerabilities in Apache2 or your installed web applications.
Read more »Category: End User Tags:
- Login to post comments
Ubuntu 9.10: Chroot Jail for FTP
One concern when users FTP into your server, is that by default users who have accounts can roam your server to view contents of files. VSFTPD by default does not allow user logins, it allows anonymous by default. Anonymous users by default are locked into the directory that they login to. This is exactly what you would want.
Read more »Chrooting into a Linux environment
chrooting is a very important skill that any *nix administrator must know. It's essentially what allows one to repair an existing Linux environment by entering it from another environment. The process is actually relatively simple, and useful for doing tasks such as reinstalling GRUB, repairing a broken kernel, resetting the root password, etc.
Read more »Category: High End Tags:
- Login to post comments
How to install Bind DNS in a chroot jail
How to setup a secure DNS server with Linux using a chroot jail.
Read more »Category: End User Tags:
- Login to post comments