Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkristoff committed Mar 3, 2021
0 parents commit 609314a
Show file tree
Hide file tree
Showing 3 changed files with 690 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ftelnetd: ftelnetd.c
gcc -o ftelnetd ftelnetd.c -Wall -lpthread


10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ftelnetd

DataPlane TELNET server daemon

ftelnetd is a minimal TELNET srever 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](https://github.com/robertdavidgraham/telnetlogger).
Loading

0 comments on commit 609314a

Please sign in to comment.