2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-23 15:08:24 +00:00

line 129: added link to reddit post about usernames popular for haccking attempts

This commit is contained in:
vrms 2019-06-10 07:47:40 +02:00
parent 97b07a336c
commit 67b6a34315

View File

@ -126,9 +126,7 @@ If you are on a fresh server and logged in as root, at first create a dedicated
usermod -aG sudo [frappe-user]
```
_(it is very common to name this user `frappe`, but this comes with the disadvantage of being
ranked very high in hackers circles for attempts to entering servers. So production sites it
is highly recommended to use a custom username harder to guess for)_
*(it is very common to use "frappe" as frappe-username, but this comes with the security flaw of ["frappe" ranking very high](https://www.reddit.com/r/dataisbeautiful/comments/b3sirt/i_deployed_over_a_dozen_cyber_honeypots_all_over/?st=JTJ0SC0Q&sh=76e05240) in as a username challenged in hacking attempts. So, for production sites it is highly recommended to use a custom username harder to guess)*
use --user flag to create a user and install using that user