From 665a1a395a8dc960daa436e987ed33261036032b Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 11 Jun 2018 15:27:21 +0200 Subject: [PATCH] [fix] Typo --- security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.md b/security.md index 18495215..8a99de80 100644 --- a/security.md +++ b/security.md @@ -55,7 +55,7 @@ To prevent SSH connection attempts by robots that scan the Internet for any atte ```bash nano /etc/ssh/sshd_config ``` -**Search line "Port" and remplace port number (by default 22) by another not used number +**Search line "Port" and replace** port number (by default 22) by another not used number ```bash # What ports, IPs and protocols we listen for Port 22 # to replace by 9777 for example