From owner-freebsd-questions Tue Dec 7 1: 5:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 5BFD914F0A for ; Tue, 7 Dec 1999 01:05:32 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 11vGYh-000Hun-00; Tue, 07 Dec 1999 11:05:19 +0200 From: Sheldon Hearn To: UnderbaT Cc: questions@freebsd.org Subject: Re: Littl ehelp with access changes. In-reply-to: Your message of "Mon, 06 Dec 1999 22:34:09 CST." <199912070434.WAA03161@sell103-125.resnet.wisc.edu> Date: Tue, 07 Dec 1999 11:05:19 +0200 Message-ID: <68868.944557519@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 06 Dec 1999 22:34:09 CST, UnderbaT wrote: > What else do I need to do to be able to connect with root? I can > currently telnet and login with my regular account. Are, there's the magic -- you didn't mention root. :-) For ssh, you need the following line in your sshd_config: PermitRootLogin yes The default is ``no''. For telnet, you need to flag your pseudo-terminals as ``secure'' (see the ttys(5) manual page for more details). Note that this is a Very Bad Idea. Don't do it. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message