Comment by jmb99 14 days ago How does SSH become an arbitrary user without effective root? 1 comment jmb99 Reply nine_k 14 days ago SSH should not become a different user; it should call something like `/bin/login` which uses PAM for authentication and is capable of starting user sessions.
nine_k 14 days ago SSH should not become a different user; it should call something like `/bin/login` which uses PAM for authentication and is capable of starting user sessions.
SSH should not become a different user; it should call something like `/bin/login` which uses PAM for authentication and is capable of starting user sessions.