FreeBSD is Fun

Practical recipes for FreeBSD

Category: Security

  • Using Navicat with SSH Tunnel

    A basic principle of security is to expose as little attack vectors as possible. The more different ways to hit our infrastructure, the harder it will be to protect it. Thus, I always block the MySQL port (3306) by default. This means, however, that direct connection from our PC to the MySQL or MariaDB database…

  • Basic SSH security

    This tutorial was first published in 2014 in Metin2Dev. I have corrected a few bits, but the procedures are exactly the same as 10 years ago. Today I will show you how to make your server safer easily while at the same time avoiding having to type your login and password every time you want…