Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 3 (Q.No. 13)
13.
What service is not monitored by inetd ?
SSH
time
ntalk
finger
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Aakash said:   2 years ago
Inetd is a Unix-based system daemon that listens for incoming network connections on specific ports and launches the appropriate service or daemon to handle the connection. It acts as a "super server" that manages multiple services, starting them on-demand when a connection is received.

However, SSH is not usually monitored by Inetd because it is commonly implemented as a standalone service rather than being managed by Inetd. SSH is a secure protocol used for secure remote login, file transfer, and secure shell access to a remote system. It requires continuous availability and dedicated resources for secure communication, which is not compatible with the on-demand nature of Inetd.

Lord Ramus said:   9 years ago
Because the session is encrypted and the kernel don't have the key to decrypt the session.

Post your comments here:

Your comments will be displayed after verification.