Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 486 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 486 Bytes

ftelnetd

DataPlane TELNET server daemon

ftelnetd is a minimal TELNET server daemon. It listens on TCP port 23 by default (IPv4 as well as IPv6 if available). It logs all incoming TELNET connection attempts and authentication attempts to syslog.

The base TELNET protocol and daemon code derives from Robert David Graham's telnetlogger.

Use make to compile. Can be run as follows:

./ftelnetd -l 2323
sudo ./ftelnetd