Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 1998 23:06:15 -0400 (EDT)
From:      dave@gregory.dyn.ml.org
To:        The Sequence <thesequence@seqlogic.com>, questions@FreeBSD.ORG
Subject:    Re: allowing root logins at console
Message-ID:  <Pine.LNX.3.96.981019225543.3694A-100000@gregory.dyn.ml.org>

next in thread | raw e-mail | index | archive | help
>Can you post your /etc/ttys file?
>
>-=Richard Secor
>   Sequential Logic=-
>
>>
>>It seems to me that replacing 'insecure' with 'secure' in for my ttyv*
>>entries etc/ttys should enable me to login as root at the console.  Such
>>is not the case even after reboot. What am I doing wrong? 
>>                                  
>>Thanks,
>>Dave
>>
>>
>>To Unsubscribe: send mail to majordomo@FreeBSD.org
>>with "unsubscribe freebsd-questions" in the body of the message
>>

Here it is:
%cat /etc/ttys 
#
#       $Id: ttys,v 1.16.2.2 1998/09/03 22:14:37 brian Exp $
#       @(#)ttys        5.1 (Berkeley) 4/17/89
#
# name  getty                           type    status          comments
#
# This entry needed for asking password when init goes to single-user mode
# If you want to be asked for password, change "secure" to "insecure" here
console none                            unknown off insecure
#
ttyv0   "/usr/libexec/getty Pc"         cons25  on  secure
# Virtual terminals
ttyv1   "/usr/libexec/getty Pc"         cons25  on  secure
ttyv2   "/usr/libexec/getty Pc"         cons25  on  secure
ttyv3   "/usr/X11R6/bin/xdm -nodaemon"  xterm   off secure
# Serial terminals
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
#ttyd0  "/usr/libexec/getty std.9600"   dialup  off secure
#ttyd1  "/usr/libexec/getty std.9600"   dialup  off secure
#ttyd2  "/usr/libexec/getty std.9600"   dialup  off secure
#ttyd3  "/usr/libexec/getty std.9600"   dialup  off secure
# Pseudo terminals
ttyp0   none                    network
<snip>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.96.981019225543.3694A-100000>