Skip to content

Commit fe68894

Browse files
EN proof
1 parent bc0a318 commit fe68894

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pages/web_cloud/web_hosting/ssh_on_webhosting/guide.en-gb.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ OVHcloud web hosting plans provide you with access to a storage space you can us
3737

3838
To log in and use SSH access to your web hosting plan, you will need the following:
3939

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
4444

4545
### 1 - Make sure that SSH access is enabled for the SSH user you have chosen <a name="user-ssh-enablement"></a>
4646

@@ -75,8 +75,8 @@ Click on the tabs below to view each of the **4** steps in succession.
7575
>>
7676
>> If the SSH access of the user concerned is `Disabled` in the table, perform the following steps:
7777
>>
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}.
8080
>> - 3: Check the summary of the requested change, then click `Confirm`{.action}.
8181
>>
8282
>> > 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.
149149

150150
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:
151151

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".
153153
- **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".
156156

157157
///
158158

@@ -169,7 +169,7 @@ To interact with your storage space, you will need to use commands. These have a
169169
|cd `..`|Change directory|Enables you to change the working directory, one level up in the tree-view of your directories.|
170170
|cd|Change directory|If you do not specify an argument, you can move to the root of your storage space (home).|
171171
|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.|
173173
|mkdir `arg`|Make directory|Enables you to create a directory with the argument name `arg`.|
174174
|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.|
175175
|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
182182
/usr/local/php7.1/bin/php myscript.php
183183
```
184184

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.
186186

187187
> [!primary]
188188
>
189189
> Files and/or folders can also be copied using the **S**ecure **C**opy **P**rotocol (**SCP**).
190190
> This protocol uses SSH protocol to securely duplicate content between:
191191
>
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
194194
>
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)".
196196
197197
## Go further
198198

@@ -202,4 +202,4 @@ For specialised services (SEO, development, etc.), contact [OVHcloud partners](/
202202

203203
If you would like assistance using and configuring your OVHcloud solutions, please refer to our [support offers](/links/support).
204204

205-
Join our [community of users](/links/community).
205+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)