disable rsh on ubuntu server

I installed rsh-server in my system for test purposes, but now I want to disable it without removing its package. I don't know how I can check rsh status. I can not see it with:

sudo service rshd status

Noted that, I don't install rsh under xinetd.

1 Answer

I don't have an Ubuntu system on my hands, but I believe its started by xinetd: Edit /etc/xinetd.d/rsh and set disable=yes.

You need to restart the xinetd service once you're done.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like