security

What is SSH? — step-by-step Security tutorial on Progressive Robot

What is SSH?

Secure Shell — more commonly known as SSH — is a cryptographic network protocol that allows users to securely access one computer from another over an unsecured network.

Read more
Cómo configurar claves de SSH en CentOS 7 — step-by-step Linux tutorial on Progressive Robot

Cómo configurar claves de SSH en CentOS 7

SSH, o shell seguro, es un protocolo cifrado que se usa para administrar servidores y comunicarse con ellos. Al trabajar con un servidor de CentOS, es probable que pase la mayor parte de su tiempo en una sesión de terminal conectada a su servidor a través de SSH. En esta…

Read more
How to Block Unwanted SSH Login Attempts with PyFilter on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Block Unwanted SSH Login Attempts with PyFilter on Ubuntu 16.04

PyFilter aims to filter out all of the illegitimate login requests to your server and block them if too many are sent. In this tutorial, you’ll install and configure PyFilter to block SSH requests. Then you’ll install PyFilter as a service, and optionally configure cross-server ban syncing, a feature that lets multiple servers share the list of banned IP addresses, and enable PyFilter to record location data about an IP address. Finally, you’ll explore how to un-ban IP addresses.

Read more
CHAT