This guide explains how to set up kdump to store crash dumps on a remote server through SSH. Configuring kdump to save vmcore on a remote server via SSH guarantees…
Search results for: ssh
How to import a database over SSH
November 5, 2024 / Security and BackupImporting 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…
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 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 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…