mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
one space was missing between user_name and sudo
This commit is contained in:
parent
6f4a4174d3
commit
dde23cf548
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue