blob: 099ad0470977f15b41c774c9a0195f338e3a98c2 (
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
|
#
# $NetBSD: ttys,v 1.11 2019/09/25 23:09:24 abs Exp $
#
# name getty type status comments
# In normal operation, getty on the 'console' pseudo-device is disabled, and
# is enabled for the correct 'real' device (e.g. one of the serial ports).
# If the console is marked insecure, single-user requires the root password.
# Console pseudo-device
console "/usr/libexec/getty std.9600" vt100 off secure
constty "/usr/libexec/getty std.9600" vt100 on secure
# "com" serial console port
ttyC0 "/usr/libexec/getty std.9600" vt100 off secure
ttyC1 "/usr/libexec/getty std.9600" vt100 off secure
# Workstation console (framebuffer) ttys
ttyE0 "/usr/libexec/getty std.9600" wsvt25 off secure
ttyE1 "/usr/libexec/getty std.9600" wsvt25 off secure
ttyE2 "/usr/libexec/getty std.9600" wsvt25 off secure
ttyE3 "/usr/libexec/getty std.9600" wsvt25 off secure
# "zstty" serial console port
ttyZ0 "/usr/libexec/getty std.9600" vt100 off secure
ttyZ1 "/usr/libexec/getty std.9600" vt100 off secure
|