mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Changed gendered pronouns to their gender-neutral equivalents
This commit is contained in:
parent
cdb4c6592e
commit
172115d47c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Security
|
# Security
|
||||||
|
|
||||||
YunoHost has been developed to provide the best security without too much complication. Every protocol used in YunoHost is **encrypted**, only password's hashes are stored and by default each user is able to access his personal directory only.
|
YunoHost has been developed to provide the best security without too much complication. Every protocol used in YunoHost is **encrypted**, only password's hashes are stored and by default each user is able to access their personal directory only.
|
||||||
|
|
||||||
Two things remain important to note:
|
Two things remain important to note:
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ In the case of a key authentication, a brute force attack has no chance of succe
|
||||||
sudo adduser user_name
|
sudo adduser user_name
|
||||||
```
|
```
|
||||||
Choose a strong password, since this user will be responsible with obtaining root privileges.
|
Choose a strong password, since this user will be responsible with obtaining root privileges.
|
||||||
Add the user to the sudo group to allow him/her to perform maintenance tasks that require root privileges.
|
Add the user to the sudo group to allow them to perform maintenance tasks that require root privileges.
|
||||||
```bash
|
```bash
|
||||||
sudo adduser user_name sudo
|
sudo adduser user_name sudo
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue