tcp.7: tfix
[man-pages.git] / man5 / securetty.5
blob013f4e2599c7e7da12f8ae43423c91e029d25423
1 .\" Copyright (c) 1993 Michael Haardt (michael@moria.de),
2 .\"     Fri Apr  2 11:32:09 MET DST 1993
3 .\"
4 .\" SPDX-License-Identifier: GPL-2.0-or-later
5 .\"
6 .\" Modified Sun Jul 25 11:06:27 1993 by Rik Faith (faith@cs.unc.edu)
7 .TH SECURETTY 5 2020-06-09 "Linux" "Linux Programmer's Manual"
8 .SH NAME
9 securetty \- list of terminals on which root is allowed to login
10 .SH DESCRIPTION
11 The file
12 .I /etc/securetty
13 contains the names of terminals
14 (one per line, without leading
15 .IR /dev/ )
16 which are considered secure for the transmission of certain authentication
17 tokens.
18 .PP
19 It is used by (some versions of)
20 .BR login (1)
21 to restrict the terminals
22 on which root is allowed to login.
23 See
24 .BR login.defs (5)
25 if you use the shadow suite.
26 .PP
27 On PAM enabled systems, it is used for the same purpose by
28 .BR pam_securetty (8)
29 to restrict the terminals on which empty passwords are accepted.
30 .SH FILES
31 .I /etc/securetty
32 .SH SEE ALSO
33 .BR login (1),
34 .BR login.defs (5),
35 .BR pam_securetty (8)