diff options
author | grant-kun <[email protected]> | 2022-10-07 13:53:21 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-07 13:53:21 -0500 |
commit | de182b9c304f3e1e6460622f0bca60f6fa8ff277 (patch) | |
tree | 0dc6759cd3db8cec19ff01a8a6cc715035c59018 /json | |
parent | bc5a6753c8bb6272385d275190e6dbc980f8d626 (diff) |
del user.json
Diffstat (limited to 'json')
-rw-r--r-- | json/user.example.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/json/user.example.json b/json/user.example.json new file mode 100644 index 0000000..be82a4d --- /dev/null +++ b/json/user.example.json @@ -0,0 +1,11 @@ +[ + { + "name": "root", + "hash": "OTVYg/fHYeVbtyrusPl8fV+zQcp1ImjzbP+3Cy+3lk14fl2icYhzlULKtbTpOx4E", + "sudo": true, + "last_login": "", + "alias": "root", + "login_key": "", + "mail": "" + } +] |