mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
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:
commit
c74ea14b11
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.
|
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.
|
Add the user to sudo group so just to allow him to perform maintenance tasks that require root privileges.
|
||||||
```bash
|
```bash
|
||||||
sudo adduser user_namesudo
|
sudo adduser user_name sudo
|
||||||
```
|
```
|
||||||
|
|
||||||
Now, change the SSH configuration to allow the new user to connect.
|
Now, change the SSH configuration to allow the new user to connect.
|
||||||
|
|
Loading…
Add table
Reference in a new issue