blob: c3337ee6efadfe241d49519ed931756c25e9f464 (
plain)
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
|
.\" Copyright (c) 1994 Peter Tobias <tobias@server.et-inf.fho-emden.de>
.\" This file may be distributed under the GNU General Public License.
.\"
.\" Changed to -mdoc by David A. Holland <dholland@ftp.uk.linux.org>
.\" in order to work better with some NetKit maintenance scripts.
.\"
.Dd May 22, 1994
.Dt ISSUE.NET 5
.Os "Linux NetKit (0.16)"
.Sh NAME
.Nm issue.net
.Nd identification file for telnet sessions
.Sh DESCRIPTION
The file
.Pa /etc/issue.net
is a text file which contains a message or system identification to be
printed before the login prompt of a telnet session. It may contain
various `%-char' sequences. The following sequences are supported by
.Ic telnetd :
.Bl -tag -offset indent -compact -width "abcde"
.It %t
- show the current tty
.It %h
- show the system node name (FQDN)
.It %D
- show the name of the NIS domain
.It %d
- show the current time and date
.It %s
- show the name of the operating system
.It %m
- show the machine (hardware) type
.It %r
- show the operating system release
.It %v
- show the operating system version
.It %%
- display a single '%' character
.El
.Sh FILES
.Pa /etc/issue.net
.Sh "SEE ALSO"
.Xr in.telnetd 8
|