LPI Exam Questions

What is the appropriate configuration file entry to allow SSH to run from inetd?

What is the appropriate configuration file entry to allow SSH to run from inetd?

A.
ssh data tcp nowait root /usr/sbin/tcpd sshd

B.
ssh stream tcp nowait root /usr/sbin/tcpd sshd

C.
ssh stream tcp nowait root /usr/sbin/tcpd tcpd

D.
ssh stream tcpd nowait root /usr/sbin/tcpd sshd

E.
ssh data tcpd nowait root /usr/sbin/tcpd sshd