User loging to my Tectia z/OS server fails with the error: "setuid: EDC5157I An internal error has occurred." What is wrong? |
If a login attempt fails and server log shows a following line, the reason could be that sshd2 is not program controlled.
To see if sshd2 is program controlled or not, run the following command in OMVS: extattr /opt/tectia/sbin/sshd2 If sshd2 is not program controlled, make it program controlled by running the following command as uid=0 user: extattr +p /opt/tectia/sbin/sshd2 |