You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/web_cloud/web_hosting/ssh_on_webhosting/guide.en-gb.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,10 @@ OVHcloud web hosting plans provide you with access to a storage space you can us
37
37
38
38
To log in and use SSH access to your web hosting plan, you will need the following:
39
39
40
-
-the active SSH user;
41
-
-the password associated with this SSH user;
42
-
-the SSH server address of your web hosting plan;
43
-
-the connection port to your web hosting plan’s SSH server.
40
+
-The active SSH user
41
+
-The password associated with this SSH user
42
+
-The SSH server address of your web hosting plan
43
+
-The connection port to your web hosting plan’s SSH server
44
44
45
45
### 1 - Make sure that SSH access is enabled for the SSH user you have chosen <aname="user-ssh-enablement"></a>
46
46
@@ -75,8 +75,8 @@ Click on the tabs below to view each of the **4** steps in succession.
75
75
>>
76
76
>> If the SSH access of the user concerned is `Disabled` in the table, perform the following steps:
77
77
>>
78
-
>> - 1: Click the `...`{.action} button to the right of the user’s line, then `Edit`{.action}.
79
-
>> - 2: In the window that pops up, in the `Connection protocols` section, select the `FTP, SFTP and SSH`{.action} choice, then click `Next`{.action}.
78
+
>> - 1: Click the `...`{.action} button to the right of the user’s line, then `Edit`{.action}.
79
+
>> - 2: In the window that pops up, in the `Connection protocols` section, select the `FTP, SFTP and SSH`{.action} choice, then click `Next`{.action}.
80
80
>> - 3: Check the summary of the requested change, then click `Confirm`{.action}.
81
81
>>
82
82
>> > If you cannot enable it, please ensure that [your OVHcloud web hosting plan](/links/web/hosting) has SSH access.
@@ -149,10 +149,10 @@ After sending the command, you will be prompted to enter the SSH user password.
149
149
150
150
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:
151
151
152
-
-**SSH server**: Enter the SSH server address retrieved in the [part 2](#sshlogin). Depending on the software you are using, the domain name may look like “Server Address” or “Hostname”.
152
+
-**SSH server**: Enter the SSH server address retrieved in the [part 2](#sshlogin). Depending on which software you are using, the field may be labelled as "Server address" or "Host Name".
153
153
-**Connection port**: Enter the SSH connection port retrieved in [part 2](#sshlogin).
154
-
-**SSH login**: Enter the SSH user. Depending on the software you are using, the domain name may look like “ID”, “Login” or even “Username”.
155
-
-**SSH user password**: Enter the password associated with the SSH login.<br><br> Depending on the software you are using, the name may also look like "Password".
154
+
-**SSH login**: Enter the SSH user. Depending on the software application you use, this field may be labelled as "Login" or "Username".
155
+
-**SSH user password**: Enter the password associated with the SSH login. Depending on which software you are using, the field should be labelled as "Password".
156
156
157
157
///
158
158
@@ -169,7 +169,7 @@ To interact with your storage space, you will need to use commands. These have a
169
169
|cd `..`|Change directory|Enables you to change the working directory, one level up in the tree-view of your directories.|
170
170
|cd|Change directory|If you do not specify an argument, you can move to the root of your storage space (home).|
171
171
|ls|List|Lists the contents of your working directory. Add the attributes to modify the result of the command (like `ls -ulhG`).|
172
-
|chmod `droit``arg`|Change mode|Change the rights of the file or directory mentioned as an `arg` argument.|
172
+
|chmod `right``arg`|Change mode|Change the rights of the file or directory mentioned as an `arg` argument.|
173
173
|mkdir `arg`|Make directory|Enables you to create a directory with the argument name `arg`.|
174
174
|touch `arg`|Touch|Creates an empty file with the name mentioned in the `arg` argument, if a file with this name does not already exist.|
175
175
|rm `arg`|Remove|Removes the file mentioned in the `arg` argument.|
@@ -182,17 +182,17 @@ You can also launch a script using a specific PHP version. For example, for PHP
182
182
/usr/local/php7.1/bin/php myscript.php
183
183
```
184
184
185
-
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](/pages/web_cloud/web_hosting/configure_your_web_hosting)” to find out more.
185
+
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](/pages/web_cloud/web_hosting/configure_your_web_hosting)" to find out more.
186
186
187
187
> [!primary]
188
188
>
189
189
> Files and/or folders can also be copied using the **S**ecure **C**opy **P**rotocol (**SCP**).
190
190
> This protocol uses SSH protocol to securely duplicate content between:
191
191
>
192
-
> -a local computer/device and a remote server
193
-
> -two remote servers
192
+
> -A local computer/device and a remote server
193
+
> -Two remote servers
194
194
>
195
-
> Find more information on using the `scp` command with our OVHcloud web hosting plans in our guide “[Web Hosting - Copy files using SCP command](/pages/web_cloud/web_hosting/using-scp-command)”.
195
+
> Find more information on using the `scp` command with our OVHcloud web hosting plans in our guide "[Web Hosting - Copy files using SCP command](/pages/web_cloud/web_hosting/using-scp-command)".
0 commit comments