forked from dataplane/ftelnetd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 609314a
Showing
3 changed files
with
690 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ftelnetd: ftelnetd.c | ||
gcc -o ftelnetd ftelnetd.c -Wall -lpthread | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Oops, something went wrong.