blob: 92c69887851e792663a4291b868bd2e5e83602d9 (
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
|
#
# $OpenBSD: ttys,v 1.8 2002/05/30 06:46:13 deraadt Exp $
#
# name getty type status comments
#
# If the console is marked insecure, single-user requires
# the root password.
console "/usr/libexec/getty Pc" vt220 off secure
ttye0 "/usr/libexec/getty Pc" vt220 on secure # custom chips
ttye1 "/usr/libexec/getty Pc" vt220 on secure # retina
ttye2 "/usr/libexec/getty Pc" vt220 on secure # retina
ttye3 "/usr/libexec/getty Pc" vt220 on secure # cirrus logic
ttye4 "/usr/libexec/getty Pc" vt220 on secure # a2410
ttye5 "/usr/libexec/getty Pc" vt220 on secure # CyberVision64
ttye6 "/usr/libexec/getty Pc" vt220 on secure # Domino, Merlin, oMniBus
tty00 "/usr/libexec/getty std.9600" unknown off secure # int. serial
ttyB0 "/usr/libexec/getty std.9600" unknown off secure # ISA serial
ttyB1 "/usr/libexec/getty std.9600" unknown off secure # ISA serial
ttyB2 "/usr/libexec/getty std.9600" unknown off secure # ISA serial
ttyB3 "/usr/libexec/getty std.9600" unknown off secure # ISA serial
ttyB4 "/usr/libexec/getty std.9600" unknown off secure # ISA serial
ttyB5 "/usr/libexec/getty std.9600" unknown off secure # ISA serial
ttyB6 "/usr/libexec/getty std.9600" unknown off secure # ISA serial
ttyB7 "/usr/libexec/getty std.9600" unknown off secure # ISA serial
ttyB8 "/usr/libexec/getty std.9600" unknown off secure # ISA serial
ttyB9 "/usr/libexec/getty std.9600" unknown off secure # ISA serial
|