summaryrefslogtreecommitdiffstats
path: root/contrib/telnet/telnetd/telnetd.8
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-08-20 12:28:40 +0000
committermarkm <markm@FreeBSD.org>2001-08-20 12:28:40 +0000
commit62fa01a04b42f494fdbb2d37f587cf04a6d1aacb (patch)
tree2ba46740530084e43c8757dfe6c194c01635f8d3 /contrib/telnet/telnetd/telnetd.8
parent83e59be2f658dd3a79d19c79cb5e76b14fd75880 (diff)
downloadFreeBSD-src-62fa01a04b42f494fdbb2d37f587cf04a6d1aacb.zip
FreeBSD-src-62fa01a04b42f494fdbb2d37f587cf04a6d1aacb.tar.gz
Code merge and diff reduce with "base" telnet. This is the "later"
telnet, so it was treated as the reference code, except where later commits were made to "base" telnet.
Diffstat (limited to 'contrib/telnet/telnetd/telnetd.8')
-rw-r--r--contrib/telnet/telnetd/telnetd.838
1 files changed, 32 insertions, 6 deletions
diff --git a/contrib/telnet/telnetd/telnetd.8 b/contrib/telnet/telnetd/telnetd.8
index 029b8e8..20093df 100644
--- a/contrib/telnet/telnetd/telnetd.8
+++ b/contrib/telnet/telnetd/telnetd.8
@@ -76,7 +76,7 @@ option may be used to start up
.Nm
manually, instead of through
.Xr inetd 8 .
-If started up this way,
+If started up this way,
.Ar port
may be specified to run
.Nm
@@ -156,7 +156,7 @@ to print out debugging information
to the connection, allowing the user to see what
.Nm
is doing.
-There are several possible values for
+There are several possible values for
.Ar debugmode :
.Bl -tag -width exercise
.It Cm options
@@ -164,7 +164,7 @@ Print information about the negotiation of
.Tn TELNET
options.
.It Cm report
-Print the
+Print the
.Cm options
information, plus some additional information
about what processing is going on.
@@ -339,7 +339,7 @@ a specific authentication type without having to recompile
operates by allocating a pseudo-terminal device (see
.Xr pty 4 )
for a client, then creating a login process which has
-the slave side of the pseudo-terminal as
+the slave side of the pseudo-terminal as
.Dv stdin ,
.Dv stdout
and
@@ -353,7 +353,7 @@ between the remote client and the login process.
.Pp
When a
.Tn TELNET
-session is started up,
+session is started up,
.Nm
sends
.Tn TELNET
@@ -432,7 +432,7 @@ Whenever a
.Dv DO TIMING-MARK
command is received, it is always responded
to with a
-.Dv WILL TIMING-MARK
+.Dv WILL TIMING-MARK .
.It "WILL LOGOUT"
When a
.Dv DO LOGOUT
@@ -528,9 +528,34 @@ is compiled with support for data encryption, and
indicates a willingness to decrypt
the data stream.
.El
+.Sh NOTES
+By default
+.Nm
+will read the
+.Em \&he ,
+.Em \&hn ,
+and
+.Em \&im
+capabilities from
+.Pa /etc/gettytab
+and use that information (if present) to determine
+what to display before the login: prompt. You can
+also use a System V style
+.Pa /etc/issue
+file by using the
+.Em \&if
+capability, which will override
+.Em \&im .
+The information specified in either
+.Em \&im
+or
+.Em \&if
+will be displayed to both console and remote logins.
+.\" .Sh ENVIRONMENT
.Sh FILES
.Bl -tag -width /usr/ucb/bftp -compact
.It Pa /etc/services
+.It Pa /etc/gettytab
.It Pa /etc/inittab
(UNICOS systems only)
.It Pa /etc/iptos
@@ -541,6 +566,7 @@ the data stream.
.Sh "SEE ALSO"
.Xr bftp 1 ,
.Xr login 1 ,
+.Xr gettytab 5 ,
.Xr telnet 1
(if supported)
.Sh STANDARDS
OpenPOWER on IntegriCloud