security

How To Set Up SSH Keys on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSH Keys on CentOS 7

SSH-key-based authentication provides a more secure alternative to password-based authentication. In this tutorial we’ll learn how to set up SSH-key-based authentication on a CentOS 7 installation.

Read more
Comment configurer des clés SSH sur Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Comment configurer des clés SSH sur Ubuntu 20.04

SSH, ou secure shell, est un protocole crypté utilisé pour administrer et communiquer avec des serveurs. Lorsque vous travaillez avec un serveur Ubuntu, il y a de fortes chances que vous passiez la majeure partie de votre temps dans une session terminal connectée à votre…

Read more
How To Set Up WireGuard on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How To Set Up WireGuard on Debian 11

In this tutorial, you will set up WireGuard on a Debian 11 server, and then configure another machine to connect to it as a peer using both IPv4 and IPv6 connections (commonly referred to as a _dual stack_ connection). You’ll also learn how to route the peer’s Internet traffic through the WireGuard server in a gateway configuration, in addition to using the VPN for an encrypted peer-to-peer tunnel.

Read more
How To Write Custom System Audit Rules on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Write Custom System Audit Rules on CentOS 7

The Linux Audit System creates an audit trail, a way to track all kinds of information on your system. It can record a lot of data like types of events, the date and time, user IDs, system calls, processes, files used, SELinux contexts, and sensitivity levels. It can track whether a file has been accessed, edited, or executed. It can even track if changes to file attributes.

Read more
How To Install and Use OTPW for Single-Use SSH Passwords on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use OTPW for Single-Use SSH Passwords on Ubuntu 14.04

SSH is a way of connecting to a remote server securely. It includes a number of mechanisms to perform this task in a safe way. However, the protocol assumes that the computer that you are connecting from is secure. In this guide, we will instruct you on how to set up one time passwords as an option for connecting to your server from an insecure location. We will do this by configuring the OTPW utility on an Ubuntu 14.04 machine.

Read more
CHAT