1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH TELNETD "8" "December 2023" "GNU inetutils 2.5" "System Administration Utilities"
.SH NAME
telnetd \- Telnet server
.SH SYNOPSIS
.B telnetd
[\fI\,OPTION\/\fR...]
.SH DESCRIPTION
DARPA telnet protocol server
.TP
\fB\-D\fR, \fB\-\-debug\fR[=\fI\,LEVEL\/\fR]
set debugging level
.TP
\fB\-E\fR, \fB\-\-exec\-login\fR=\fI\,STRING\/\fR
set program to be executed instead of
\fI\,/usr/bin/login\/\fP
.TP
\fB\-h\fR, \fB\-\-no\-hostinfo\fR
do not print host information before login has
been completed
.TP
\fB\-l\fR, \fB\-\-linemode\fR[=\fI\,MODE\/\fR]
set line mode
.TP
\fB\-n\fR, \fB\-\-no\-keepalive\fR
disable TCP keep\-alives
.TP
\fB\-U\fR, \fB\-\-reverse\-lookup\fR
refuse connections from addresses that cannot be
mapped back into a symbolic name
.TP
\-?, \fB\-\-help\fR
give this help list
.TP
\fB\-\-usage\fR
give a short usage message
.TP
\fB\-V\fR, \fB\-\-version\fR
print program version
.PP
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
.SH AUTHOR
Written by many authors.
.SH "REPORTING BUGS"
Report bugs to <bug\-inetutils@gnu.org>.
.SH COPYRIGHT
Copyright \(co 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
telnet(1)
.PP
The full documentation for
.B telnetd
is maintained as a Texinfo manual. If the
.B info
and
.B telnetd
programs are properly installed at your site, the command
.IP
.B info telnetd
.PP
should give you access to the complete manual.
|