From a86605a4b3d4fe9cfa060c55824620a34361fe9b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 21 May 2021 15:49:22 +0200 Subject: [PATCH] Typo in security.md --- pages/01.administrate/06.overview/12.security/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/01.administrate/06.overview/12.security/security.md b/pages/01.administrate/06.overview/12.security/security.md index fe79b104..3c506621 100644 --- a/pages/01.administrate/06.overview/12.security/security.md +++ b/pages/01.administrate/06.overview/12.security/security.md @@ -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 +sudo yunohost settings set security.ssh.port -v ``` **For the next SSH connections **, you need to add the `-p` option followed by the SSH port number.