cipassword

  1. M

    [cloud-init] Passwords hashed with yescrypt get rehashed to sha256crypt

    When passing a yescrypt hashed password to a cloud-init kvm, the value gets rehashed into a sha256crypt, instead of passing the yescrypt hash directly, as it does with sha512crypt hashes. Seems to be due to code not recognising the "$y$j9T$...." as an hashed password, for example in...