In 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,…
Search results for: ssh
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 Generate SSH Key in Linux Server via WHM
November 15, 2023 / cPanel & WHMIn this article, we will explain the process of generating an SSH Key on a Linux server using WHM. “When generating an SSH Key, utilise the ‘ssh-keygen’ command in the…
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 Find the IP Address of the Client in an SSH
October 9, 2023 / Security and BackupIn this article, we will explain how to find the IP address of the client using SSH. Follow these steps to find out the IP address of the client using…
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 Check the Size of MySQL Database using SSH
May 6, 2023 / MySQLIn this article, we’ll go through how check the Size of MySQL Database using SSH Command Line. Follow the steps to check the MySQL database using of SSH: Log into…
How to Rebuild an RPM Database using WHM and SSH
February 23, 2023 / cPanel & WHMThis guide explains how to rebuild an RPM database using WHM and SSH. The RPM database may get corrupted when a crash event occurs for an RPM or YUM transaction…
How to Create/Edit Scheduled Tasks using SSH with a System and Root User Account
January 16, 2023 / Security and BackupThis guide will explain to you how to use the command line to edit/create scheduled tasks for the system and root user. You can also find out an article on…