Update create-user.md

This commit is contained in:
2024-08-04 17:18:46 -03:00
committed by GitHub
parent d7e9d86011
commit 227464c0b3

View File

@@ -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`