Skip to content

Commit

Permalink
Update read-only-root-efi.json to remove demo credentials (microsoft#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcilvaney authored Oct 3, 2023
1 parent fa58e6b commit 9f738e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/imageconfigs/read-only-root-efi.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"Name": "root",
"Password": "$6$20m6y6nwlU1K$hKgyNYjVSKPJOTFaAzAf/fwACUV/dZ1NPy5cGNkhvRzKJiKDBKofuvDpdl81Jak4ep756DnZmVm7JfGRMO/n90",
"PasswordHashed": true,
"_comment": "The password is 'p@ssw0rd', this should be regenerated with 'openssl passwd -6 -salt <YOUR_SALT> <YOUR_PASSWORD>', or use the json key 'SSHPubKeyPaths' to use an SSH key for login"
"_comment": "This password was generated with 'openssl passwd -6 -salt <YOUR_SALT> <YOUR_PASSWORD>'. You may also use the json key 'SSHPubKeyPaths' to use an SSH key for login"
}
]
}
Expand Down

0 comments on commit 9f738e0

Please sign in to comment.