[fix] Typo

This commit is contained in:
ljf (zamentur) 2018-06-11 15:27:21 +02:00 committed by GitHub
parent a982385811
commit 665a1a395a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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