Skip to content

Fixed line break #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions pages/cloud/vps/secure_your_vps/guide.en-asia.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@ nano /etc/ssh/sshd_config
> The command `nano` is given as an example; you can use the `vim` command, or any other command that allows you to edit the sshd_config file.
>

You then need to visualise the following line:
You then need to find the following line:

```sh
# What ports, IPs and protocols we listen for Port 22
# What ports, IPs and protocols we listen for
Port 22
```

Replace number 22 with the port number of your choice. **Please do not enter a port number already used on your system**. Save, and exit the configuration file.
Replace the number **22** with the port number of your choice. **Please do not enter a port number already used on your system**. Save, and exit the configuration file.

You then need to restart your service:

Expand Down Expand Up @@ -209,6 +210,6 @@ You will find all information on our VPS backup solutions here: <https://www.ovh

## Go further

[Firewall Network Guide](https://docs.ovh.com/asia/en/dedicated/firewall-network/)
[Firewall Network Guide](https://docs.ovh.com/asia/en/dedicated/firewall-network/){.external}

Join our user community on <https://community.ovh.com/en/>.
9 changes: 5 additions & 4 deletions pages/cloud/vps/secure_your_vps/guide.en-au.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@ nano /etc/ssh/sshd_config
> The command `nano` is given as an example; you can use the `vim` command, or any other command that allows you to edit the sshd_config file.
>

You then need to visualise the following line:
You then need to find the following line:

```sh
# What ports, IPs and protocols we listen for Port 22
# What ports, IPs and protocols we listen for
Port 22
```

Replace number 22 with the port number of your choice. **Please do not enter a port number already used on your system**. Save, and exit the configuration file.
Replace the number **22** with the port number of your choice. **Please do not enter a port number already used on your system**. Save, and exit the configuration file.

You then need to restart your service:

Expand Down Expand Up @@ -209,6 +210,6 @@ You will find all information on our VPS backup solutions here: <https://www.ovh

## Go further

[Firewall Network Guide](https://docs.ovh.com/au/en/dedicated/firewall-network/)
[Firewall Network Guide](https://docs.ovh.com/au/en/dedicated/firewall-network/){.external}

Join our user community on <https://community.ovh.com/>.
7 changes: 4 additions & 3 deletions pages/cloud/vps/secure_your_vps/guide.en-ca.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@ nano /etc/ssh/sshd_config
> The command `nano` is given as an example; you can use the `vim` command, or any other command that allows you to edit the sshd_config file.
>

You then need to visualise the following line:
You then need to find the following line:

```sh
# What ports, IPs and protocols we listen for Port 22
# What ports, IPs and protocols we listen for
Port 22
```

Replace number 22 with the port number of your choice. **Please do not enter a port number already used on your system**. Save, and exit the configuration file.
Replace the number **22** with the port number of your choice. **Please do not enter a port number already used on your system**. Save, and exit the configuration file.

You then need to restart your service:

Expand Down
9 changes: 5 additions & 4 deletions pages/cloud/vps/secure_your_vps/guide.en-gb.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@ nano /etc/ssh/sshd_config
> The command `nano` is given as an example; you can use the `vim` command, or any other command that allows you to edit the sshd_config file.
>

You then need to visualise the following line:
You then need to find the following line:

```sh
# What ports, IPs and protocols we listen for Port 22
# What ports, IPs and protocols we listen for
Port 22
```

Replace number 22 with the port number of your choice. **Please do not enter a port number already used on your system**. Save, and exit the configuration file.
Replace the number **22** with the port number of your choice. **Please do not enter a port number already used on your system**. Save, and exit the configuration file.

You then need to restart your service:

Expand Down Expand Up @@ -209,6 +210,6 @@ You will find all information on our VPS backup solutions here: <https://www.ovh

## Go further

[Firewall Network Guide](https://docs.ovh.com/gb/en/dedicated/firewall-network/)
[Firewall Network Guide](https://docs.ovh.com/gb/en/dedicated/firewall-network/){.external}

Join our user community on <https://community.ovh.com/en/>.
11 changes: 6 additions & 5 deletions pages/cloud/vps/secure_your_vps/guide.en-ie.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@ nano /etc/ssh/sshd_config
> The command `nano` is given as an example; you can use the `vim` command, or any other command that allows you to edit the sshd_config file.
>

You then need to visualise the following line:
You then need to find the following line:

```sh
# What ports, IPs and protocols we listen for Port 22
# What ports, IPs and protocols we listen for
Port 22
```

Replace number 22 with the port number of your choice. **Please do not enter a port number already used on your system**. Save, and exit the configuration file.
Replace the number **22** with the port number of your choice. **Please do not enter a port number already used on your system**. Save, and exit the configuration file.

You then need to restart your service:

Expand Down Expand Up @@ -209,6 +210,6 @@ You will find all information on our VPS backup solutions here: <https://www.ovh

## Go further

[Firewall Network Guide](https://docs.ovh.com/ie/en/dedicated/firewall-network/)
[Firewall Network Guide](https://docs.ovh.com/ie/en/dedicated/firewall-network/){.external}

Join our user community on <https://community.ovh.com/>.
Join our user community on <https://community.ovh.com/en/>.
9 changes: 5 additions & 4 deletions pages/cloud/vps/secure_your_vps/guide.en-sg.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@ nano /etc/ssh/sshd_config
> The command `nano` is given as an example; you can use the `vim` command, or any other command that allows you to edit the sshd_config file.
>

You then need to visualise the following line:
You then need to find the following line:

```sh
# What ports, IPs and protocols we listen for Port 22
# What ports, IPs and protocols we listen for
Port 22
```

Replace number 22 with the port number of your choice. **Please do not enter a port number already used on your system**. Save, and exit the configuration file.
Replace the number **22** with the port number of your choice. **Please do not enter a port number already used on your system**. Save, and exit the configuration file.

You then need to restart your service:

Expand Down Expand Up @@ -209,6 +210,6 @@ You will find all information on our VPS backup solutions here: <https://www.ovh

## Go further

[Firewall Network Guide](https://docs.ovh.com/sg/en/dedicated/firewall-network/)
[Firewall Network Guide](https://docs.ovh.com/sg/en/dedicated/firewall-network/){.external}

Join our user community on <https://community.ovh.com/en/>.