Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Invalid SSH public key provided. while creating cluster

avatar
Explorer

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

1 ACCEPTED SOLUTION

avatar
New Contributor

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?

View solution in original post

3 REPLIES 3

avatar
New Contributor

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?

avatar
Explorer
Hi,

I have used putty-keygen let me try with ssh-keygen.

Thanks

avatar
Cloudera Employee

Hello Grai,

 

The public key needs to be in OpenSSH RSA format, begin with ssh-rsa AAAAB3NzaC1y.

 

Thanks,

Ting-Kuan