From 227464c0b31b87f5bf72e8a7d259482b86c0c2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Benitez?= Date: Sun, 4 Aug 2024 17:18:46 -0300 Subject: [PATCH] Update create-user.md --- create-user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-user.md b/create-user.md index ffb16c7..60bb920 100644 --- a/create-user.md +++ b/create-user.md @@ -37,7 +37,7 @@ If you need the new user to have administrative privileges, add the user to the Ensure the new user can log in via SSH: - Edit the SSH Configuration File (/etc/ssh/sshd_config): - `sudo nano /etc/ssh/sshd_config` + `sudo vim /etc/ssh/sshd_config` - Verify or Add the Following Settings: `PermitRootLogin no AllowUsers newusername`