From owner-freebsd-hackers Wed Feb 26 18:18:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA22513 for hackers-outgoing; Wed, 26 Feb 1997 18:18:17 -0800 (PST) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA22505 for ; Wed, 26 Feb 1997 18:18:10 -0800 (PST) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.7.3) id NAA17709; Thu, 27 Feb 1997 13:27:41 +1100 (EST) Date: Thu, 27 Feb 1997 13:27:39 +1100 (EST) From: "Daniel O'Callaghan" To: Lucas Adri n GĒmez BlandĒn cc: hackers@FreeBSD.ORG Subject: Re: How i can log with uid 0 out of console??? In-Reply-To: <199702270136.UAA00730@guacari.udem.edu.co> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by freefall.freebsd.org id SAA22507 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 26 Feb 1997, Lucas Adri n GĒmez BlandĒn wrote: > I need log in a FreeBSD 2.2-960801-SNAP out of console, i need run a program > with uid 0 but, when I log in the server appear "Connection refused on this terminal". If you *really* want to open your system to root logins on a network pty, edit /etc/ttys and add 'secure' keyword to lines for ttyp0 etc. Then save the file and 'kill -HUP 1' Danny