Login Permissions of User paas on a Node
Check Items
Check whether user paas is allowed to log in to a node.
Solution
Run the following command to check whether user paas is allowed to log in to a node:
sudo grep "paas" /etc/passwd
If the permissions assigned to user paas contain nologin or false, the user does not have the login permission. In this case, restore the login permission of user paas.
Run the following command to restore the login permission of user paas:
usermod -s /bin/bash paas
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot