Skip to content

Commit 798b1e0

Browse files
authored
fix telnet path
1 parent 7cfa47b commit 798b1e0

File tree

1 file changed

+1
-1
lines changed
  • kathara-lab_deteccion_fallos/DF_L2_servicios_telnet/telnet_b/etc/xinetd.d

1 file changed

+1
-1
lines changed

kathara-lab_deteccion_fallos/DF_L2_servicios_telnet/telnet_b/etc/xinetd.d/telnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
socket_type = stream
77
wait = no
88
user = root
9-
server = /usr/sbin/in.telnetd
9+
server = /usr/sbin/telnetd
1010
log_on_failure += USERID
1111

1212
}

0 commit comments

Comments
 (0)