💾 Archived View for gopher.zcrayfish.soy › 0 › irc › anonlynx › telnet captured on 2024-08-31 at 11:55:10.
⬅️ Previous capture (2022-03-01)
-=-=-=-=-=-=-
# default: off # description: Telnet is the old login server which is INSECURE and should \ # therefore not be used. Use secure shell (openssh). # If you need telnetd not to "keep-alives" (e.g. if it runs over a ISDN \ # uplink), add "-n". See 'man telnetd' for more details. service telnet { socket_type = stream flags = NAMEINARGS protocol = tcp wait = no user = nobody group = nogroup # server = /usr/sbin/in.telnetd server = /usr/sbin/tcpd # server_args = -hH -L /usr/bin/rlynx server_args = /usr/sbin/in.telnetd -hH -L /usr/bin/rlynx banner_fail = /etc/banners/telnet_banner_fail }