A recent security audit says that we have machines in our network which are running "trust services such as Rexec, Rlogin and Rshell". It further says that these services can be used to "create a trust relationship between systems".
I tried to see whether commands such as rsh are present in the system and found that while rexec is not present, both rsh and rlogin are symlinks to ssh. What does that mean? Does ssh provide the functionality, or only its secure replacement?
How do I find whether the services are in fact running on the system (Debian) and how can I disable them?