Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2009 13:56:51 +0100
From:      Ruben de Groot <mail25@bzerk.org>
To:        Robert Watson <rwatson@freebsd.org>
Cc:        Barney Cordoba <barney_cordoba@yahoo.com>, Ruben de Groot <mail25@bzerk.org>, Chuck Robey <chuckr@telenix.org>, current@freebsd.org
Subject:   Re: Telnet root login
Message-ID:  <20090325125651.GA49416@ei.bzerk.org>
In-Reply-To: <alpine.BSF.2.00.0903251250130.1395@fledge.watson.org>
References:  <995845.90009.qm@web63905.mail.re1.yahoo.com> <alpine.BSF.2.00.0903251250130.1395@fledge.watson.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 25, 2009 at 12:52:17PM +0000, Robert Watson typed:
> 
> On Wed, 25 Mar 2009, Barney Cordoba wrote:
> 
> >I'm not sure if its the pty (the login terminal shows as pty/0 and no 
> >longer ttyp0), or if its some PAM thing. Its rather annoying. Such things 
> >as
> 
> Try "pts/0 none network secure"?  I've not done this in ages, but I believe 
> the principle should still apply.  If it doesn't, it's probably a bug.

works for me:

morninglightmountain# grep secure /etc/ttys|grep pts
pts/0   none                    network secure
pts/1   none                    network secure
pts/2   none                    network secure
pts/3   none                    network secure
pts/4   none                    network secure
pts/5   none                    network secure
morninglightmountain# uname -a
FreeBSD morninglightmountain.hacktor.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Fri Feb 13 09:08:59 UTC 2009     root@morninglightmountain.hacktor.net:/usr/obj/usr/src/sys/MORNINGLIGHTMOUNTAIN  sparc64
morninglightmountain# telnet localhost
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Trying SRA secure login:
User (root): 
Password: 
[ SRA accepts you ]





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090325125651.GA49416>