diff options
author | grant-kun <[email protected]> | 2022-10-07 13:44:38 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-07 13:44:38 -0500 |
commit | 8a8992451a36454fd81268651eee0e5e91bd8283 (patch) | |
tree | 670f238f16af5c4d5da0fe47c66e9a4aed5c82be /json/user.example.json | |
parent | 91d052a46a5c27ec65692b8b74fad9d22cc53bb1 (diff) |
updated security
Diffstat (limited to 'json/user.example.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": "" + } +] |