- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Faild to authenticate at Install Agents step
Created 06-19-2023 03:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am setting up a stand-alone CDP cluster. However, getting errors when doing the agents installation steps.
I have used this command but it still error:
Created 06-20-2023 02:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The problem is solved.
Follow the below steps to fix it.
sudo nano /etc/ssh/sshd_config
In the file now look for PermitRootLogin without-password and replace it with this
PermitRootLogin yes
Now restart the ssh service
sudo service ssh restart
retry the installation and it should work.
Created 06-20-2023 12:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@DanhH, Welcome to our community! To help you get the best possible answer, I have tagged in our CDP experts @vaishaakb @tjangid @rki_ who may be able to assist you further.
Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.
Regards,
Vidya Sargur,Community Manager
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:
Created 06-20-2023 02:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The problem is solved.
Follow the below steps to fix it.
sudo nano /etc/ssh/sshd_config
In the file now look for PermitRootLogin without-password and replace it with this
PermitRootLogin yes
Now restart the ssh service
sudo service ssh restart
retry the installation and it should work.
