forked from docs/doc-exports
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com> Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com> Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
1.6 KiB
1.6 KiB
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
Parent topic: Troubleshooting for Pre-upgrade Check Exceptions