Skip to content

DataPlane TELNET server daemon

Notifications You must be signed in to change notification settings

resingm/ftelnetd

This branch is 3 commits behind dataplane/ftelnetd:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9531082 · Apr 22, 2021

History

5 Commits
Mar 3, 2021
Apr 22, 2021
Apr 22, 2021

Repository files navigation

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

About

DataPlane TELNET server daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • Makefile 0.5%