ssh
by yangyiin from LinuxQuestions.org on (#5AC7P)
hi,
i see that when i login with ssh:
ssh y@remote
In remote:
Code: ps -ef|grep y
root 20448 1292 0 09:19 ? 00:00:00 sshd: y [priv]
y 20483 20448 0 09:19 ? 00:00:00 sshd: y@pts/12
y 20484 20483 0 09:19 pts/12 00:00:00 -bash
y 21708 20484 0 09:26 pts/12 00:00:00 ps -efwhy this ssh connection start as root user and then as y user?


i see that when i login with ssh:
ssh y@remote
In remote:
Code: ps -ef|grep y
root 20448 1292 0 09:19 ? 00:00:00 sshd: y [priv]
y 20483 20448 0 09:19 ? 00:00:00 sshd: y@pts/12
y 20484 20483 0 09:19 pts/12 00:00:00 -bash
y 21708 20484 0 09:26 pts/12 00:00:00 ps -efwhy this ssh connection start as root user and then as y user?