From 0fa46a033a3c83687c74e1bdf8aebd3a91edcbed Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 1 Dec 2022 21:34:52 +0100 Subject: [PATCH] Improve wording in security ssh warning --- pages/02.administer/45.tutorials/60.security/security.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/02.administer/45.tutorials/60.security/security.md b/pages/02.administer/45.tutorials/60.security/security.md index 9d110701..01d5ba35 100644 --- a/pages/02.administer/45.tutorials/60.security/security.md +++ b/pages/02.administer/45.tutorials/60.security/security.md @@ -56,7 +56,9 @@ sudo yunohost settings set security.ssh.password_authentication -v no ### Modify the SSH port To prevent SSH connection attempts by robots that scan the internet for any server with SSH enabled, you can change the SSH port. -This is handled by a system setting, which takes care of updating the SSH and Fail2Ban configuration. Warning! If you modify anything in the /etc/ssh/sshd_config file, even if only the port, yunohost will no longer make and changes to this file. For this reason, always use the yunohost admin tools to make changes to the systems configuration files! +This is handled by a system setting, which takes care of updating the SSH and Fail2Ban configuration. + +! If you modify anything in the `/etc/ssh/sshd_config` file, even if only the port, YunoHost will no longer manage this file. For this reason, always use the YunoHost admin tools to make changes to the systems configuration files! ```bash sudo yunohost settings set security.ssh.port -v