Linux

Login to server using SSH key

To log in to a server using an SSH key, you first need an SSH key pair. You can learn how to generate SSH keys in the following article: You can log in using the ssh command by providing the username and the host name in the following format: ssh [email protected] SSH login with private […]

Read more

Generate SSH keys on Linux or Mac

What is SSH? SSH (Secure Shell) is a network protocol that allows you to securely connect to a remote server and execute commands on it. Authentication can be done in several ways: using a username and password, SSH keys, or an additional token (for example, when using two-factor authentication). SSH Keys SSH keys are one […]

Read more

Midnight Commander (MC) and color customization in linux

Midnight Commander (MC) is a free and open-source file manager that provides a text-based user interface. It is available on numerous Unix-like systems, including Linux and macOS. It uses a two-panel layout, allowing users to view the contents of two directories simultaneously. This design makes it easy to move or copy files between directories. Due […]

Read more