eWaterCycle / infra

Instructions for system administrators to deploy the eWaterCycle platform
Apache License 2.0
0 stars 0 forks source link

Guests accounts failing on demo machine #134

Closed Peter9192 closed 1 year ago

Peter9192 commented 1 year ago

Guest accounts no longer seem to work on the demo machine.

sverhoeven commented 1 year ago

I was able to login via JupyterHub.

Login in via ssh fails as expected because login with password is disabled in the ssh server.

sverhoeven commented 1 year ago

The hashed password in the /etc/shadow and ansible playbook has following format $<rounds>$<salt>$<hashed password>.

When I rehash the password with mkpasswd --method=sha-512 <cleartext password> <salt>. I get the same hashed password back for the last user in the playbook, but all other users generate a different hash.

So we will need to regenerate the hashes again and make sure logins works.

sverhoeven commented 1 year ago

Guest accounts have been regenerated.

Each guest account has a changed password.