from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
SECURETTY
Section: Linux Programmer's Manual (5) Updated: 2015-03-29 Index
Return to Main Contents
NAME
securetty - file which lists terminals from which root can log in
DESCRIPTION
The file
/etc/securetty
contains the names of terminals
(one per line, without leading
/dev/)
which are considered secure for the transmission of certain authentication
tokens.
It is used by (some versions of)
login(1)
to restrict the terminals
on which root is allowed to login.
See
login.defs(5)
if you use the shadow suite.
On PAM enabled systems, it is used for the same purpose by
pam_securetty(8)
to restrict the terminals on which empty passwords are accepted.
FILES
/etc/securetty
SEE ALSO
login(1),
login.defs(5),
pam_securetty(8)
COLOPHON
This page is part of release 4.13 of the Linux
man-pages
project.
A description of the project,
information about reporting bugs,
and the latest version of this page,
can be found at
https://www.kernel.org/doc/man-pages/.
Index
- NAME
-
- DESCRIPTION
-
- FILES
-
- SEE ALSO
-
- COLOPHON
-
|