From owner-freebsd-current@FreeBSD.ORG Thu Mar 26 17:19:53 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35B95106568D for ; Thu, 26 Mar 2009 17:19:53 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: from web63903.mail.re1.yahoo.com (web63903.mail.re1.yahoo.com [69.147.97.118]) by mx1.freebsd.org (Postfix) with SMTP id D5BF08FC1A for ; Thu, 26 Mar 2009 17:19:52 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: (qmail 36349 invoked by uid 60001); 26 Mar 2009 17:19:52 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1238087992; bh=ptxgqhMBcUqwLNKf54+j4YHfv++vZYDqyV0GSOXCSrQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=YwmAKFNxFqysxNAivBuQfqyq8kJ3LmkCD1kHzEPlYt+rukvoG/JHjK/EUuqEMTOJdQl2i1Q9v3kGGU15qSDXsVb8cyz8EWPby3naI3Duz/SfWxFuVQy47ZUESMmxjgLC6GPIZ7n7yL3rkQi8/kTG/1u7EQPxIeiuLvhaIqtzIqE= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=V1jintI7wDZLUmI6ShXM5/t7bdy3tEJACX89qBBWWtmGzuDjNM9LP+9/1yNq9THj1PUrbr11JeI/q89xgB6UeDVFK+v2vuEW51+6NG2xdkmONk70r6dgT+KcLKm4QI/scez8HvbhXREIx3nx0jsSde2wpIeZjPoNwqnuBvnrvRE=; Message-ID: <370833.32038.qm@web63903.mail.re1.yahoo.com> X-YMail-OSG: BOFu.E8VM1loGRMFiMKjCJSGblhTIMtqoVT_RAxXORui8HvjG1S0sD3bEtbgPknNTsUwB8OH2e6iJISKZ5yfWEr5D_.12bkkAh..U0THr_e5oCdnpiAJwV634LiASOYlj7aJ20MV1ft62cm4v0_3Iw9pV.y13ovYdW9hzKp73H4G7YPvRU9twKoVJVLEwLn6QAh2g7wyLxApR_aS1ItK1iqnH8Nosw-- Received: from [98.242.222.229] by web63903.mail.re1.yahoo.com via HTTP; Thu, 26 Mar 2009 10:19:51 PDT X-Mailer: YahooMailWebService/0.7.289.1 Date: Thu, 26 Mar 2009 10:19:51 -0700 (PDT) From: Barney Cordoba To: Robert Watson In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: mail25@bzerk.org, current@freebsd.org Subject: Re: Telnet root login X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: barney_cordoba@yahoo.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2009 17:19:57 -0000 --- On Wed, 3/25/09, Robert Watson wrote: > From: Robert Watson > Subject: Re: Telnet root login > To: "Barney Cordoba" > Cc: mail25@bzerk.org, current@freebsd.org > Date: Wednesday, March 25, 2009, 10:17 PM > On Wed, 25 Mar 2009, Barney Cordoba wrote: > > >> morninglightmountain# grep secure /etc/ttys|grep > pts > >> pts/0 none network secure > > > > What tty does it say you are on? You may have the > older stuff. > > > > That setup does not work for me. It was the first > thing I tried. > > > > I'm running 800070 > > On my easily on-hand 800060 box, the secure flag on > pts/0.../10 appeared to > work as expected: with 'secure', I was able to log > in as root using telnet > from localhost; with it removed, I wasn't. I'll > upgrade userspace > tonight/overnight and see if it works with a more recent > userspace. > > Robert N M Watson Ok, I have some critical info here. When I set up ttys with the proper pts/0 setting, I can login are root using login localhost however when telnet in from my iMAC, it doesn't work. It also doesn't give me the "Trying SRA secure login" from the mac. So it seems its using a different authentication when I telnet from the MAC. Barney