SSH access with cPanel guide

SSH allows secure file transfer and remote logins over the internet. Your connection via SSH is encrypted allowing the secure connection. In this section you can manage your SSH keys to allow automation when logging in via SSH. Using public key authentication is an alternative to password authentication. Since the private key must be held to authenticate, it is virtually impossible to brute force. You can import existing keys, generate new keys, as well as manage/delete keys.

SSH (Secure Shell) is a program to log into another computer/server over a network securely. It provides strong authentication and secure communications over insecure channels. Your login, commands, text are all encrypted when using ssh.

(cPanel >> Home >> Security >> SSH Access)

Overview

This interface provides information about how to connect to another web server via the SSH (secure shell) network protocol.

The SSH (secure shell) network protocol allows you to connect to another web server over the Internet via a command line interface (CLI). You can use this network protocol to remotely manage your server, configure CGI scripts, and perform other tasks.

Many modern operating systems, such as MacOS® and Linux distributions, include SSH. If you use Microsoft Windows® to connect to your server, you must use an SSH client, such as PuTTY, to log in to your server.

Many Unix-based operating systems include standardized commands. For a list of standardized Unix-based (POSIX) commands, read the One-Serve website documentation.

Note:

Whilst we do provide SSH access, you will need to ensure that it is enabled in your package. If you suspect that you don’t have SSH access, but require it, then you can click ‘Open Ticket’ from our client area and let the support team know you would like SSH access enabling.

Connect to your server via SSH

The following sections describe how to connect to your server via various SSH clients.

To in to a server via SSH with PuTTY and a public key, perform the following steps:

  1. From the Windows Start menu, open the client.
  2. Navigate to the PuTTY Key Generator interface.
  3. Under the Actions heading, click Generate. PuTTY generates the key and displays the result under the Key menu.
  4. Copy the public key and paste it in the .ssh/authorized_keys file.
  5. Enter a passphrase in the Key passphrase and Confirm passphrase text boxes.
  6. Click Save private key and save the key as a .ppk file.

    Important:

    You must save PuTTY keys as .ppk files.

  7. In the Session interface, from the Saved Sessions menu, select your preferred authorization session and click Load.
  8. Navigate to the Auth interface under the SSH category.
  9. Click Browse, select the private key file to upload, and click Open.
  10. Navigate to cPanel’s Manage SSH Keys interface ( Home >> Security >> SSH Access >> Manage SSH Keys) and import the server’s keys.

Manage SSH keys

This section of cPanel’s SSH Access interface allows you to create, import, manage, and remove SSH keys. The system will use these keys when you confirm that a specific computer has the right to access your website’s information with SSH.

Generate a New Key

Use this section of the interface to create new SSH key pairs, which include a public key and a private key.

To generate a new SSH key pair, perform the following steps:

  1. Click Generate a New Key.
  2. To use a custom key name, enter the key name in the Key Name (This value defaults to id_rsa): text box.

    Note:

    If you use a custom key name, you must manually specify the SSH key when you log in to the server.

  3. Enter and confirm the new password in the appropriate text boxes.

     

    Notes:

    • The system evaluates the password that you enter on a scale of 100 points. 0 indicates a weak password, while 100 indicates a very secure password.
    • Some web hosts require a minimum password strength. A green password Strength meter indicates that the password is equal to or greater than the required password strength.
    • Click Password Generator to generate a strong password. For more information, read our Password & Security documentation.
  4. Select the desired key type.
    • DSA keys provide quicker key generation and signing times.
    • RSA keys provide quicker verification times.
  5. Select the desired key size.

    Note:

    Greater key sizes are more secure, but they result in larger file sizes and slower authentication times.

  6. Click Generate Key. The interface will display the saved location of the key.

    Important:

    For the new SSH key to function, you must authorize the SSH key. For more information, read the Manage your keys section.

Import Key

To import an existing SSH key, perform the following steps:

  1. Click Import Key.
  2. To use a custom key name, enter the key name in the Choose a name for this key (defaults to id_dsa) text box.

    Important:

    If you use a custom key name, you must manually specify the SSH key when you log in to the server.

  3. Paste the public and private keys into the appropriate text boxes.
  4. Click Import.

Manage your keys

The Public Keys and Private Keys tables display the following information about your existing keys:

Column
Description
Name The key’s name. Public and private keys use the same key name.
Authorization 
Status

Whether you authorized the key.

Important:

You must authorize new keys before you attempt to use them.

Note:

This column only displays in the Public Keys table.

Actions

You can perform the following actions:

  • Delete Key — Click to delete the key, and then click Yes to confirm that you wish to delete the key.
  • View/Download Key — Click to view or download the key. To download the key, save the contents of the Public SSH Key text box to your computer.
  • Manage — Click to manage authorization for the key. A new interface will appear. Click Authorize to authorize the key, or Deauthorize to revoke authorization for the key.

    Notes:

    • You can only perform this action for public keys.
    • After you deauthorize a key, that key’s users cannot log in with the associated private key.
  • 0 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Powered by WHMCompleteSolution