Y
Hacker News
new
|
ask
|
show
|
jobs
by
spott
125 days ago
Does ssh need to allow root logins?
Sshing as a regular user and then sudo to root works 95% of the timeā¦
1 comments
jmb99
125 days ago
How does SSH
become
an arbitrary user without effective root?
link
nine_k
125 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.
link