Reply to Message

View discussion in a popup

Replying to:
Vijay2027
Expert
Expert

The below error basically means your root password is expired. Reset the root password and change shell.

root@myvcsa [ ~ ]# chsh -s /bin/bash root

You are required to change your password immediately (root enforced)

chsh: PAM: Authentication token is no longer valid; new one required

Once you change shell run cat /etc/passwd | grep -i root and make sure the shell is /bin/bash

Reply
0 Kudos