Provisioning to AWS - Unsupported password hash function 'MD5'

Problem:
After submitting a new vm to be provisioned through AWS, the following error occurs:

Unsupported password hash function 'MD5'

The vm is not provisioned.

Expected outcome:

The vm is provisioned

Foreman and Proxy versions:

1.17.1

Foreman and Proxy plugin versions:

1.17.1

Other relevant data:

Full stack trace: https://pastebin.com/0HwqUSCM

Hi, could you check the operating system you use for your host? The password hash should be something else than MD5. I can see MD5 being available in the dropdown for some reason even though it is no longer supported.

Hope this helps,
O.

could you check the operating system you use for your host

I can see MD5 being available in the dropdown

Where is the dropdown?

In the main menu, go to Hosts β†’ Operating systems, click on the os name to see the details (in your case Ubuntu 16.04).

1 Like

Seems its set to SHA256

I believe you are hitting this bug:

It’s been merged yesterday, easy workaround for you - template change.

Thank you, that was the problem!

1 Like