This commit is contained in:
Rudra Saraswat 2023-04-20 13:53:57 +05:30
parent e37136d81f
commit 89b054e84a
3 changed files with 13 additions and 5 deletions

View file

@ -25,7 +25,7 @@
"users": [
{
"name": "user",
"password": "SOME_ENCRYPTED_PASSWORD",
"password": "SOME_PLAINTEXT_PASSWORD",
"shell": "bash"
}
],