How To Set Up Multi-Factor Authentication for SSH on CentOS 8

This tutorial will teach you, step-by-step, how to set up multi-factor authentication for SSH on CentOS 8.

How To Set Up SSH Keys on CentOS 8

This tutorial will teach you how to set up SSH Keys on a server running CentOS 8. SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with…

How To Enable SFTP Without Shell Access on CentOS 7

Introduction SFTP stands for SSH File Transfer Protocol. As its name suggests, it’s a secure way of transferring files to a server using an encrypted SSH connection. Despite the name, it’s a completely different protocol…

What is SSH? SSH Essentials, and how to use SSH

Introduction SSH is a secure protocol used as the primary means of connecting to Linux servers remotely. It provides a text-based interface by spawning a remote shell. After connecting, all commands you type in your…

How To Protect SSH With Fail2Ban on CentOS 7

Introduction While connecting to your server through SSH can be very secure, the SSH daemon itself is a service that must be exposed to the Internet to function properly. This comes with some inherent risk…

How To Encrypt Tomcat 8 Connections with Apache or Nginx on CentOS 7

What is Apache Tomcat and why are we bothering to encrypt it? Apache Tomcat, or ‘Tomcat Server,’ is a web server and servlet container, usefully designed to serve Java applications. It is a very flexible…

How To Configure SSH Key-Based Authentication on a Linux Server

Introduction SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a Linux server, chances are, you will spend most of your time in a terminal session…

How to Install cPanel on your Virtual Server – CentOS 6, CentOS 7

cPanel is a the most popular application that enables users to administer servers using a GUI interface instead of traditional command line. cPanel is straight forward to install, but sometimes can take a couple of…

BASH Exploit can take control of your server, experts warn bigger than Heartbleed

A newly discovered security bug in a widely used piece of Linux software called “Bash” could pose a bigger threat to computer users than the “Heartbleed” bug that previously caused wide spread panic amoung system…

How to Install NginxCP on cPanel/WHM Server

Nginx is a fantastic, free, open-source, high-performance HTTP server and reverse proxy. It is one of the most popular tools used to power many websites, and can be implemented quite easily on a new server…