hello I have a bluerpint to deploy ubuntu server and add user with password all is ok
I would like to add the option to add also ssh key
I add theses line to the cloud config part
ssh_authorized_keys:
- ${input.sshkey}
the user can login with the password but not the ssh key
I genereate the ssh key with puttygen and copied the pbulic key in the ssh input
can you help me