What is the appropriate configuration file entry to allow SSH to run from inetd ?
A.
ssh stream tcp nowait root /usr/sbin/tcpd sshd
B.
ssh stream tcp nowait root /usr/sbin/tcpd tcpd
C.
ssh stream tcpd nowait root /usr/sbin/tcpd sshd
D.
ssh data tcpd nowait root /usr/sbin/tcpd sshd
E.
ssh data tcp nowait root /usr/sbin/tcpd sshd