Folks
My current xinetd config for telnet reads the following:
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
disable = yes
}
after changing disable = no to disable = yes, I restarted the xinetd daemon. The system is still listening for telnet connection (telnet is not disabled) what am I doing wrong?
My current xinetd config for telnet reads the following:
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
disable = yes
}
after changing disable = no to disable = yes, I restarted the xinetd daemon. The system is still listening for telnet connection (telnet is not disabled) what am I doing wrong?