Member since
06-19-2023
5
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1606 | 06-20-2023 02:30 AM |
06-20-2025
12:27 PM
@csm09 As this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post. Thanks.
... View more
04-23-2024
06:18 AM
Hi @DanhH , Please accept this as a solution if it helped.
... View more
03-31-2024
05:39 AM
Hello @DanhH Thank you for raising this You can refer to the below documentation to install the CDP private cloud data service on Openshift https://docs.cloudera.com/cdp-private-cloud-data-services/1.5.2/installation/topics/cdppvc-requirements-ocp.html
... View more
06-20-2023
02:30 AM
1 Kudo
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.
... View more