Changing the default SSH port (22) is a simple but effective security measure that helps reduce automated attacks and unauthorised access attempts. This guide explains how to safely change your…
Tag: ssh
How to configure SSH Key authentication on a remote server
September 4, 2025 / Security and BackupsIn this guide, we have explained how to add your SSH key to a remote server. Passwordless authentication between your local computer and a distant server is made possible using…
How to Disable SSH Root Login for Better Security
August 31, 2025 / Security and BackupsThis article explains how to disable SSH root login for better security. Secure Shell, or SSH, is the most popular method for remotely accessing a Linux system. SSH is the…
How to Install and Configure Fail2Ban for Linux SSH Security
July 2, 2025 / Security and BackupsIn this article, we have explained how to install and configure Fail2Ban for Linux SSH security. Fail2Ban is a powerful tool that helps protect your server by automatically detecting and…
How to Check and Repair a Corrupted MySQL Database Table Using SSH
November 18, 2024 / MySQL Sales FAQThis guide explains how to use MySQLcheck to repair a corrupted database table. Checking and repairing a corrupted MySQL database table using SSH ensures the integrity of the database, stopping…
How to import an SSH key via root access
October 30, 2024 / Sales FAQThis article explains how to import an SSH key via root access. Importing an SSH key via root access allows secure, password-less authentication when connecting to the server, improving both…
How to install ImageMagick PHP extension via SSH
July 1, 2024 / Security and BackupsThis article explains how to install the ImageMagick PHP extension via SSH. After creating your website, you may require the ImageMagick PHP extension for advanced image processing, particularly if you…
How to mount remote file systems over SSH
May 6, 2024 / Security and BackupsThis article explains how to mount remote file systems over SSH. It covers installing the SSHFS client on Linux and the process of mounting remote directories over SSH. SSHFS (SSH…
How to change the maximum upload file size for your website
January 18, 2024 / Web DevelopmentThis guide explains how to change the maximum upload file size for your website. You can restrict large file uploads on your site by modifying the upload_max_filesize and post_max_size directives…
How to view your SSH public key on Linux: Two simple methods
September 12, 2023 / Security and BackupsIf you are managing remote servers, using SSH (Secure Shell) is essential. SSH keys provide a secure and convenient way to authenticate, and at times, you may need to view…
How to clear a MySQL database
May 1, 2023 / MySQLIn this article, we will explain how to clear your MySQL database with the help of two different ways: SSH and phpMyAdmin. Using SSH Here, we will use SSH to…