Skip to content

Commit 16691d0

Browse files
bene2k1nerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent c494b8e commit 16691d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/elastic-metal/troubleshooting/troubleshoot-remote-access-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You are unable to connect to your Scaleway Elastic Metal server using remote acc
3636
- Allow the necessary ports for remote access in your firewall settings.
3737

3838
#### Ensure Fail2ban is installed and configured on the machine
39-
- [Fail2ban](/tutorials/protect-server-fail2ban/) is a small software that discovers potential malicious connection attempts to the server and blocks them.
39+
- [Fail2ban](/tutorials/protect-server-fail2ban/) is a software that detects potential malicious connection attempts to the server and blocks them.
4040

4141
#### Try a different browser or system
4242
- Some remote access solutions require specific browsers or Java versions.

tutorials/protect-server-fail2ban/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this tutorial, you will learn how to configure Fail2Ban on an Ubuntu 24.04 LT
3030
```bash
3131
sudo apt-get install fail2ban postfix
3232
```
33-
2. During Postfix installation, select Internet Site when prompted for configuration.
33+
2. During Postfix installation, select **Internet Site** when prompted for configuration.
3434
<Lightbox image={image} alt="" />
3535

3636
3. After installation, edit `/etc/aliases` to configure email notifications:

0 commit comments

Comments
 (0)