Loading...

Knowledge Base
Save up to  70% off.  Start your website today!

How do I Get and Use SSH Access?

Secure shell (SSH) provides secure access to the shell environment on your HostGator account. SSH enables you to access a remote computer that runs an SSH server. This is used to carry out commands, file transfers, tunneling of applications, and even terminal access. HostGator offers SSH (secure shell) access to all Linux hosting plans except Optimized WordPress.

This article discusses the following topics:


SSH on HostGator plans

Shared hosting

We offer locked SSH, which is limited to your account only. See instructions in the following section of this article.

VPS and Dedicated hosting

VPS and Dedicated hosting customers automatically have root SSH access, allowing users to change anything on their server.

If you enable shell access for individual cPanels, the SSH username and password would be the same as the cPanel username and password for those accounts.


How to enable SSH

Enabling SSH for a new cPanel account

If you have multiple cPanels that need SSH, you can activate them within root WHM.

  1. Log in to WHM.
  2. In the left category list, click the Account Functions and select Create a New Account.

    WHM - Create a New Account

    Alternatively, you can use the Search Tools and Accounts field to search for Create a New Account.

    WHM - Search Bar

  3. Put a check on the Select Options Manually box in the Package section. This is where you can enable or disable shell access, which uses the normal shell option.

    WHM - Select Options Manually

  4. Scroll down a bit and put a checkmark on Shell Access.

    WHM - Settings - SSH Access

  5. Click Create at the bottom of the page.

Enabling SSH for an existing cPanel account

To enable SSH for an existing cPanel account:

  1. Log in to WHM.
  2. In the left category list, click Account Functions and select Manage Shell Access.

    WHM - Account Functions Manage Shell Access

    Alternatively, you can use the Search Tools and Accounts field to search for Manage Shell Access.

    WHM - Search Bar

  3. Locate the account you wish to modify.
  4. Select the type of SSH access to be applied to the account — Normal Shell, Jailed Shell, or Disabled Shell.

    WHM - Type of SSH Access

  5. If you have multiple users, select the type of shell access you want to grant to an account.

    WHM - Multiple Users - Type of SSH Access

  6. Once you have made your selection, click Apply.

How do I connect to my server via SSH?

Step 1: Enable shell access

  1. Log in to your Customer Portal.
  2. Click the Hosting tab in the left-side menu.

    Customer Portal - Hosting tab

    • If you have a single hosting package in your account, proceed to the next step.
    • If your account has multiple hosting packages, choose the hosting plan you need to manage, then click Manage.

      Customer Portal - Hosting Packages

  3. Scroll down to the Server Information section and click Manage Keys.

    Customer Portal - Quick Links - Manage Keys

  4. In the cPanel SSH Access page, select Generate a New Key or Import Key.

    cPanel

  5. You may also want to take note of your cPanel username and the IP address from the same page as you will use them on Step 2 ⤵.

Step 2: Set up the Terminal

  1. Open your preferred terminal.
  2. In your terminal, type in:
    ssh cpanelusername@IPaddress -p2222
    Notes:
    • For Shared, use port 2222
    • For VPS and Dedicated hosting, use port 22 instead. Dedicated and VPS customers can log in with the root WHM username and password.
    • Please replace the cpanelusername and IPaddress with your actual cPanel username and IP address you copied from your HostGator Customer Portal with the @ symbol in between.
      Example: ssh [email protected] -p2222
  3. Hit Enter.
  4. A confirmation prompt to proceed will appear. Type in yes and hit Enter.
  5. You will be asked to provide your cPanel password. Type in your cPanel password and hit Enter.

You are now connected to your SSH. To know more about the commonly used shell commands, check out this helpful article, Shell Command.

 

Did you find this article helpful?

 
* Your feedback is too short

Loading...