Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAfter my guide on setting up Rdiff-Backup to PULL backups from another server, I setup Two-factor SSH and Virtualmin Authentication via Google-Authenticator – having set this up I did not want to allow Public Key…
How To: CentOS Two-factor SSH and Virtualmin Authentication via Google-Authenticator
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is my guide to setting up Two-factor SSH and Virtualmin Authentication via Google-Authenticator on CentOS. What is Google Authenticatorcode.google.com/p/google-authenticator/ OverviewThe Google Authenticator project includes implementations of one-time passcode generators for several mobile…
Filezilla and ProFTPD – GnuTLS error -53: Error in the push function
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI was setting up and testing my ProFTP on a new server as I stated in this guide: How to: CentOS Virtualmin secure ProFTPD After testing I got this error in Filezilla: GnuTLS…
How to: CentOS Virtualmin Automated Remote Back-ups with rdiff-backup – PULL
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is my guide on how to setup Rdiff-Backup to PULL server downloads from another server, after setting up this guide I changed some things and now use PUSH rather than PULL as…
How to: CentOS Vitualmin SSH Welcome message – MOTD and Banner
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAdd the Message of the Day and Banner lines to the SSH config: Edit: /etc/ssh/sshd_config Uncomment: PrintMotd yes The option PrintMotd specifies whether the ssh daemon should print the contents of the /etc/motd file when a user…
How to: CentOS Virtualmin Fail2Ban
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboBasic description of what will be done and what is expected. 1. You need the EPEL repo and Fail2ban: yum install fail2ban 2. Edit the jail.conf to configure it for your needs: The…
How to: CentOS Virtualmin OpenVPN
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin Weibo Installing OpenVPN The packages required to install OpenVPN and it’s dependencies are not available in the standard CentOS repositories. As a result, in order to install OpenVPN, we must install the “EPEL”…
How to: CentOS 5 Virtualmin Joomla 2.5 Memcached PHP client library
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboInstalling and setting up the Memcached server Memcached is available as a ready-made package in the Remi repository. So lets install the Remi repository first: cd /etc/yum.repos.d wget http://rpms.famillecollet.com/enterprise/remi.repo Memcached server install yum –enablerepo=remi…
How to: CentOS Virtualmin secure ProFTPD
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAfter you have setup your server (See:How to Setup Virtualmin on CentOS 5) FTP is one of the first things you need secure, and make sure it is done well as you will receive…
How to: CentOS Virtualmin secure SSH
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAfter you have setup your server (See:How to Setup Virtualmin on CentOS 5) SSH is one of the first things you need secure, and make sure it is done well as you will receive…