Merge pull request #783 from yunohost-bot/anonymous-2018-08-05_09-49-17

[Anonymous contrib] one space was missing between user_name and sudo
This commit is contained in:
M5oul 2018-08-05 11:51:12 +02:00 committed by GitHub
commit c74ea14b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.