Initial Debian Setup

Initial Debian Setup

In the previous post, we went through an example of installing Debian GNU/Linux. Once the installation is complete, it is a good idea to adjust the system for comfortable everyday use and customize it to your needs. In this article, I will share the basic steps I usually perform myself. This approach applies to most Debian-based distributions.

[Read more]

SSH Public Key Authentication

SSH Public Key Authentication

If your workstation doesn’t have an SSH key pair set up yet, it’s time to fix that. In a Windows environment, PuTTY is commonly used, while Linux relies on the standard openssh-client. You can generate keys on Windows using PuTTYgen. The recommended and most secure key type is Ed25519 (EdDSA).

[Read more]