Created 06-28-2018 11:40 AM
HI Team,
I am creating cluster with Azure, I am able to set the environment but when I create cluster and passes the public key it gives the error:
Invalid SSH public key provided.
Request ID: 2b1ebae4-4c63-4dec-b238-ca1a216c717c
Also, I setup the auto deployment to true for the Cloudera Altus image and tried both creating a single machine and with no machine.
Kindly assist with SSH and VMs.
Regards,
Gaurav Rai
Created 06-28-2018 12:05 PM
Hi Gaurav,
Can you please clarify how you are generating this ssh key? Is this created using putty gen or ssh-keygen?
If its created using putty gen you will get an error message as these keys aren't supported yet. We are going to support in next update.
If it was created using ssh-keygen, is it possible that not all data is pasted or extra info got added?
Created 06-28-2018 12:05 PM
Hi Gaurav,
Can you please clarify how you are generating this ssh key? Is this created using putty gen or ssh-keygen?
If its created using putty gen you will get an error message as these keys aren't supported yet. We are going to support in next update.
If it was created using ssh-keygen, is it possible that not all data is pasted or extra info got added?
Created 06-28-2018 12:23 PM
Created 06-28-2018 12:07 PM
Hello Grai,
The public key needs to be in OpenSSH RSA format, begin with ssh-rsa AAAAB3NzaC1y.
Thanks,
Ting-Kuan