Importing a database over SSH is faster and more reliable for large files. It bypasses size limits and provides secure, direct control over the process, making it ideal for handling…
Tag: SSH
How to change the default SSH port
September 6, 2024 / Security and BackupIn this guide, we will explain how to change the default SSH port. To make an SSH connection, port 22 is the default port. During the operating system installation process,…
How to check your PHP version via SSH
July 3, 2024 / Security and BackupThis article explains how to check your PHP version via SSH. It is essential for ensuring compatibility with your applications and for security purposes. Follow the systematic guide: Open Your…
How to fix “UNKNOWN” in WHM OS distribution after RPM database corruption
February 5, 2024 / Security and BackupIf you find “UNKNOWN” displayed at the top of WHM near the cPanel version after logging in, it may be due to RPM database corruption. To resolve this issue and…
How to enable SSH on a VPS through WHM
December 21, 2023 / cPanel & WHMThis article explains how to enable SSH on a VPS through WHM. If you want to allow SSH access to a standard account on your VPS or enable SSH when…
How to manage SSH keys in cPanel
November 6, 2023 / cPanel & WHMIn the following article, we’ll detail the process of managing SSH keys within cPanel. You can generate, import, oversee, and delete SSH keys via cPanel, which are crucial for verifying…
How to enable SSH public key authentication
October 16, 2023 / Security and BackupThis article describes how to enable secure shell (SSH) public key authentication. Steps: Log in to the server. Confirm that the user exists- ‘getent passwd <username>’ Check the value assigned to…
How to restart FTP service (ProFTPd/Pure-FTPd) using SSH
June 15, 2023 / How-to GuideThis article helps in understanding how to restart FTP service (ProFTPd/Pure-FTPd) using SSH. Follow the steps: To check which FTP daemon (ProFTPd/Pure-FTPd) is running on the server, execute the command…
How to uninstall ImunifyAV using SSH
December 28, 2022 / Imunify 360In this tutorial, we will explain how to uninstall ImunifyAV using the command line. For any reason, if the user does not want to use ImunifyAV and wants to uninstall…
How to remove a MySQL user using SSH
December 13, 2022 / MySQLThis guide explains how to remove a MySQL user through SSH. The MySQL user is an entry in the USER table of the MySQL server that provides the host information,…