Created 02-10-2022 07:26 AM
We tried with root user and with test user also, but still getting the above error.
We also did below config change for root user
Search and change the below lines as below,
For test user, we did below config change
sudo vi /etc/sudoers
added below line
ec2-user ALL=(ALL) ALL
However, with doing the the above changes we are not able to login with both root and test user. Can you please help us on this
Created 02-12-2022 05:21 PM
From the extension of your key file (key.ppk), my guess is that you're using PuTTY to connect to the VMs. Is that correct?
PuTTY uses a different key format than OpenSSH clients. If the above is correct, try converting your key.ppk to OpenSSH format using PuTTYgen (see link below) and try again using the converted file.
https://www.thegeekdiary.com/how-to-convert-puttys-private-key-ppk-to-ssh-key/
Cheers,
André
Created 02-10-2022 09:23 PM
Is this related to CDP? Where is your environment?
Without the context we can't help.
Created 02-10-2022 09:41 PM
Created 02-10-2022 09:42 PM
yes..this is related to CDP. Environment is hosted in AWS
Created 02-10-2022 11:31 PM
Is this a CDP Data Hub?
How did you create the VM?
Created 02-11-2022 12:52 AM
We created the VM manually through portal. We installed the CDP manager and completed pre-requistes and now we are setting up the cluster through UI, where it is throwing this error. Refer attached screenshot for same. Let me know in case you need more info on this.
Created 02-11-2022 01:40 AM
Thanks. The context of it is much clearer now.
Could you also provide a screenshot of the Login Credentials page of the wizard?
Created 02-11-2022 08:55 AM
PFA same. I have tried with both root and test user.Using both key and password
Created 02-12-2022 05:21 PM
From the extension of your key file (key.ppk), my guess is that you're using PuTTY to connect to the VMs. Is that correct?
PuTTY uses a different key format than OpenSSH clients. If the above is correct, try converting your key.ppk to OpenSSH format using PuTTYgen (see link below) and try again using the converted file.
https://www.thegeekdiary.com/how-to-convert-puttys-private-key-ppk-to-ssh-key/
Cheers,
André