diff --git a/imagebuilder/kiosk.toml b/imagebuilder/kiosk.toml index 7ffef14..a2e0f44 100644 --- a/imagebuilder/kiosk.toml +++ b/imagebuilder/kiosk.toml @@ -57,12 +57,12 @@ ports = ["22:tcp", "30000:tcp", "9090:tcp", "6443:tcp"] [[customizations.user]] name = "kiosk" description = "kiosk" -password = '' +password = '$6$h272rrOc/h2NhKeZ$ubHaiFRAnZgPyjkf4ak.fZLmvmxdZa69qNsDIvWvAUs1ccBFFGMV/I4Uua8W3EAGxyQpmhaCNa671Ecyxh0kw.' [[customizations.user]] name = "admin" description = "admin" -password = '' +password = '$6$h272rrOc/h2NhKeZ$ubHaiFRAnZgPyjkf4ak.fZLmvmxdZa69qNsDIvWvAUs1ccBFFGMV/I4Uua8W3EAGxyQpmhaCNa671Ecyxh0kw.' key = "" home = "/home/admin/" shell = "/usr/bin/bash"