Typo in security.md

This commit is contained in:
tituspijean 2021-05-21 15:49:22 +02:00 committed by GitHub
parent b92c213eaa
commit a86605a4b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ To prevent SSH connection attempts by robots that scan the Internet for any serv
This is handled by a system setting, which takes care of updating the SSH and Fail2Ban configuration.
```bash
sudo yunohost settings set security.ssh.port -p <new_ssh_port_number>
sudo yunohost settings set security.ssh.port -v <new_ssh_port_number>
```
**For the next SSH connections **, you need to add the `-p` option followed by the SSH port number.