1
0
Fork 0
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:
Yunobot 2018-08-05 09:49:57 +00:00
parent 6f4a4174d3
commit dde23cf548

View file

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