Linux Tutorials on the topic “security”
-
Using Fail2ban To Block Wrong ISPConfig Logins
Author: phry • Tags: linux, security, control panels, ispconfig • Comments: 5
Using Fail2ban To Block Wrong ISPConfig Logins In this tutorial, we'll write an ISPConfig plugin to log failed logins to syslog, filter those entries using rsyslogd and add a fail2ban rule to block malicious users' IPs.
-
Chrooting Apache2 With mod_chroot On Debian Squeeze
Author: Falko Timme • Tags: apache, debian, security, web server • Comments: 1
Chrooting Apache2 With mod_chroot On Debian Squeeze This guide explains how to set up mod_chroot with Apache2 on a Debian Squeeze 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.
-
How To Configure PureFTPd To Accept TLS Sessions On Ubuntu 10.10
Author: Falko Timme • Tags: ftp, security, ubuntu • Comments: 7
How To Configure PureFTPd To Accept TLS Sessions On Ubuntu 10.10 FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to configure PureFTPd to accept TLS sessions on an Ubuntu 10.10 server.
-
-
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Ubuntu 12.04
Author: Falko Timme • Tags: ftp, security, ubuntu • Comments: 1
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Ubuntu 12.04 This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on an Ubuntu 12.04 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.
-
Creating Encrypted FTP Backups With duplicity And duply On Debian Squeeze
Author: Falko Timme • Tags: security, backup, ftp, debian, storage • Comments: 3
Creating Encrypted FTP Backups With duplicity And duply On Debian Squeeze When you rent a dedicated server nowadays, almost all providers give you FTP backup space for your server on one of the provider's backup systems. This tutorial shows how you can use duplicity and duply to create encrypted (so that nobody with access to the backup server can read sensitive data in your backups) backups on the provider's remote backup server over FTP. duply is a duplicity wrapper script that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).
-
ProFTPd: Enabling/Disabling TLS Based On User Or Group
Author: Falko Timme • Tags: ftp, security • Comments: 5
ProFTPd: Enabling/Disabling TLS Based On User Or Group FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. While this is a good thing, not all FTP clients support TLS. This article explains how to enable or disable TLS in ProFTPd based on the FTP user or group.
-
Setting Up vsftpd + TLS On Debian Squeeze
Author: Falko Timme • Tags: debian, ftp, security • Comments: 0
Setting Up vsftpd + TLS On Debian Squeeze FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up vsftpd with TLS on a Debian Squeeze server.
-
How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04
Author: nowen • Tags: apache, debian, security, ubuntu • Comments: 0
How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04 This document describes how to add WiKID two-factor authentication to Apache 2.2.22 using mod_auth_radius on Ubuntu 12.04. It is also recommended that you consider using mutual https authentication for web applications that are worthy of two-factor authentication. Strong mutual authentication means that the targeted website is authenticated to the user in some cryptographically secure manner, thwarting most man-in-the-middle attacks. The use of cryptography is key. While some sites use an image in an attempt to validate a server, it should be noted that any man-in-the-middle could simply replay such an image.
-
Encrypt Your Data With EncFS (Debian Squeeze/Ubuntu 11.10)
Author: Falko Timme • Tags: debian, security, storage, ubuntu • Comments: 2
Encrypt Your Data With EncFS (Debian Squeeze/Ubuntu 11.10) EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on Debian Squeeze/Ubuntu 11.10 to encrypt your data.
-
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian Squeeze
Author: Falko Timme • Tags: debian, ftp, security • Comments: 2
This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Debian Squeeze system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.