security

How To SSH Securely with Kryptonite on the cloud provider — step-by-step Linux tutorial on Progressive Robot

How To SSH Securely with Kryptonite on the cloud provider

SSH is the primary way of connecting to remote Linux servers. Securing this channel is essential to maintaining a secure infrastructure. Kryptonite is a secure solution to protecting your SSH private key. In this guide, you will generate an SSH key pair with Kryptonite on your phone, pair your phone with your local computer, and use Kryptonite to SSH into a cloud servers.

Read more
How To Use Firejail to Set Up a WordPress Installation in a Jailed Environment — step-by-step Linux tutorial on Progressive Robot

How To Use Firejail to Set Up a WordPress Installation in a Jailed Environment

Firejail is a flexible, secure jail solution that can be used to isolate processes, resources, and network interfaces. In this guide, we will demonstrate how to configure WordPress in two Firejail chroot environments. One will contain the database server and the other will operate the web server. By setting up a sandboxed environment, we can reduce the risk of a security breach by minimizing the scope of the processes involved.

Read more
How To Use PAM to Configure Authentication on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Use PAM to Configure Authentication on an Ubuntu 12.04 VPS

PAM, or Pluggable Authentication Modules, is a system for connecting authentication services to application requesting authentication, through the use of a consistent API. Authentication schemes can be switched out without having to reconfigure large amounts of code. In this guide, we will discuss how PAM works and give a basic explanation of how the system operates.

Read more
Configuration initiale de serveur avec Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Configuration initiale de serveur avec Ubuntu 20.04

Lorsque vous créez un nouveau serveur Ubuntu 20.04, vous devez effectuer quelques étapes de configuration importantes dans le cadre de la configuration de base. Ces étapes augmenteront la sécurité et la convivialité de votre serveur, et vous donneront une base solide pour les…

Read more
Understanding the SSH Encryption and Connection Process — step-by-step Security tutorial on Progressive Robot

Understanding the SSH Encryption and Connection Process

SSH, or secure shell, is an encrypted protocol used to communicate with remote servers safely. The practical uses of SSH are widely discussed in other guides. In this article, we’ll examine the underlying encryption and connection procedures that make SSH the go-to method of administering remote systems.

Read more
CHAT