136108Sjb#
250472Speter# $FreeBSD: releng/10.3/etc/etc.amd64/ttys 290107 2015-10-28 13:30:14Z gjb $
336108Sjb#	@(#)ttys	5.1 (Berkeley) 4/17/89
436108Sjb#
543818Swes# This file specifies various information about terminals on the system.
643818Swes# It is used by several different programs.  Common entries for the
750177Shoek# various columns include:
843818Swes#
943818Swes# name  The name of the terminal device.
1043818Swes#
1143818Swes# getty The program to start running on the terminal.  Typically a
1243818Swes#       getty program, as the name implies.  Other common entries
1350177Shoek#       include none, when no getty is needed, and xdm, to start the
1443818Swes#       X Window System.
1543818Swes#
1643818Swes# type The initial terminal type for this port.  For hardwired
1750177Shoek#      terminal lines, this will contain the type of terminal used.
18199243Sed#      For virtual consoles, the correct type is typically xterm.
19220154Sed#      Other common values include dialup for incoming modem ports, and
20220154Sed#      unknown when the terminal type cannot be predetermined.
2143818Swes#
2243818Swes# status Must be on or off.  If on, init will run the getty program on
2350177Shoek#        the specified port.  If the word "secure" appears, this tty
2450177Shoek#        allows root login.
2543818Swes#
2636108Sjb# name	getty				type	status		comments
2736108Sjb#
2850177Shoek# If console is marked "insecure", then init will ask for the root password
2950177Shoek# when going to single-user mode.
3056805Sobrienconsole	none				unknown	off secure
3136108Sjb#
32199243Sedttyv0	"/usr/libexec/getty Pc"		xterm	on  secure
3336108Sjb# Virtual terminals
34199243Sedttyv1	"/usr/libexec/getty Pc"		xterm	on  secure
35199243Sedttyv2	"/usr/libexec/getty Pc"		xterm	on  secure
36199243Sedttyv3	"/usr/libexec/getty Pc"		xterm	on  secure
37199243Sedttyv4	"/usr/libexec/getty Pc"		xterm	on  secure
38199243Sedttyv5	"/usr/libexec/getty Pc"		xterm	on  secure
39199243Sedttyv6	"/usr/libexec/getty Pc"		xterm	on  secure
40199243Sedttyv7	"/usr/libexec/getty Pc"		xterm	on  secure
41170088Sdougbttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
4236108Sjb# Serial terminals
4336108Sjb# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
44290107Sgjbttyu0	"/usr/libexec/getty 3wire"	vt100	onifconsole secure
45290107Sgjbttyu1	"/usr/libexec/getty 3wire"	vt100	onifconsole secure
46290107Sgjbttyu2	"/usr/libexec/getty 3wire"	vt100	onifconsole secure
47290107Sgjbttyu3	"/usr/libexec/getty 3wire"	vt100	onifconsole secure
48121468Ssimokawa# Dumb console
49121468Ssimokawadcons	"/usr/libexec/getty std.9600"	vt100	off secure
50