Web Hosting - How to use SSH access
Objective
OVHcloud web hosting plans provide you with access to a storage space you can use to put your website and application files online. You can access this space via FTP or SSH credentials.
Find out how to connect and use SSH access on an OVHcloud web hosting plan.
Requirements
- An OVHcloud web hosting plan with SSH access.
SSH access to an OVHcloud web hosting plan is possible from the Pro plan and above.
OVHcloud Control Panel Access
- Direct link: Hosting plans
- Navigation path:
Web Cloud>Hosting plans> Select your web hosting plan
Instructions
To log in and use SSH access to your web hosting plan, you will need the following:
- The active SSH user
- The password associated with this SSH user
- The SSH server address of your web hosting plan
- The connection port to your web hosting plan’s SSH server
1 - Make sure that SSH access is enabled for the SSH user you have chosen
Click on the tabs below to view each of the 3 steps.
Go to the Hosting plans page, then select the web hosting plan concerned.

2 - Retrieve the information you need to log in via SSH
Click on the tabs below to view each of the 3 steps.
Go to the Hosting plans page, then select the web hosting plan concerned.

3 - Log in to your Web Hosting plan’s storage space via SSH
To connect via SSH, use a terminal to interact directly with your storage space via command lines.
Command terminals are installed by default on macOS, Linux and Windows 10. An older Windows environment will require the installation of software such as PuTTY or the addition of OpenSSH functionality.
There are now two ways of connecting to your web hosting plan via SSH.
Please click on your preferred connection method below to see explanations.
From a terminal
There is no superuser (or root) access via SSH on our shared hosting plans.
Once the terminal is open, use the following command, replacing the yourlogin, ssh.clusterXXX.hosting.ovh.net and 22 elements with those corresponding to your SSH credentials.
After sending the command, you will be prompted to enter the SSH user password.

From a software application
Once you have opened the software (e.g. PuTTY), enter your SSH connection details. Since this procedure involves several steps, we cannot detail this in this documentation. Here is a reminder of the information you will need to enter:
- SSH server: Enter the SSH server address retrieved in the part 2. Depending on which software you are using, the field may be labelled as "Server address" or "Host Name".
- Connection port: Enter the SSH connection port retrieved in part 2.
- SSH login: Enter the SSH user. Depending on the software application you use, this field may be labelled as "Login" or "Username".
- SSH user password: Enter the password associated with the SSH login.
Once you have logged in, continue to the next section.
4 - Interact with your storage space via SSH
To interact with your storage space, you will need to use commands. These have a direct meaning derived from English. Use the list below if you need to. Important: this information is not exhaustive.
You can also launch a script using a specific PHP version. For example, for PHP version 7.1, use the following command. Adapt its elements to your personal situation.
Depending on the PHP version you want to use, the runtime environment may need to be modified for compatibility reasons. Refer to our documentation "Web Hosting - Environment, PHP version, .ovhconfig" to find out more.
Files and/or folders can also be copied using the Secure Copy Protocol (SCP). This protocol uses SSH protocol to securely duplicate content between:
- A local computer/device and a remote server
- Two remote servers
Find more information on using the scp command with our OVHcloud web hosting plans in our guide "Web Hosting - Copy files using SCP command".
Go further
Web Hosting - Environment, PHP version, .ovhconfig
For specialised services (SEO, development, etc.), contact OVHcloud partners.
If you would like assistance using and configuring your OVHcloud solutions, please refer to our support offers.
Join our community of users.

