mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] Typo
This commit is contained in:
parent
a982385811
commit
665a1a395a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue