From dde23cf54897542498f00cfdf6d34ce037c00879 Mon Sep 17 00:00:00 2001 From: Yunobot Date: Sun, 5 Aug 2018 09:49:57 +0000 Subject: [PATCH] one space was missing between user_name and sudo --- security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.md b/security.md index cb9ff060..5ba71f0f 100644 --- a/security.md +++ b/security.md @@ -102,7 +102,7 @@ sudo adduser user_name Choose a strong password, since it is the user who will be responsible to obtain root privileges. Add the user to sudo group so just to allow him to perform maintenance tasks that require root privileges. ```bash -sudo adduser user_namesudo +sudo adduser user_name sudo ``` Now, change the SSH configuration to allow the new user to connect.