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