Overview
SSH (Secure Shell) is a cryptographic protocol that allows you to securely access your Linux hosting account through a command-line interface (CLI). This connection is commonly used by developers and administrators to manage files and execute commands remotely. This guide walks you through how to enable SSH access and how to connect using cPanel or a third-party SSH client.
Enable SSH Access
To enable SSH on your hosting account:
- Open a technical support ticket via your client area
OR - Send an email request to: [email protected]
You will be notified once SSH has been activated.
Connect via SSH
Using cPanel (built-in terminal):
- Log into your cPanel account.
- Scroll down to the “ADVANCED” section.
- Click “Terminal” to open a CLI window directly in your browser.
Using a third-party SSH client (e.g. PuTTY, Terminal, OpenSSH):
- Open your preferred SSH client.
- Enter the following connection details:
- Host: your domain name (e.g. example.com)
- Username: your cPanel username
- Password: your cPanel password
- Port: 6934
- Click Connect or press Enter to establish the session.