From owner-freebsd-questions@FreeBSD.ORG Sat Mar 10 16:08:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FD7116A400 for ; Sat, 10 Mar 2007 16:08:57 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.freebsd.org (Postfix) with ESMTP id 4A92E13C47E for ; Sat, 10 Mar 2007 16:08:56 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1097368wxc for ; Sat, 10 Mar 2007 08:08:56 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=dWwFNJwdLtrDCvJZfHtchs7ZDjyY/xzcElrzelSCEGaOE1fsBXRMQj/1mibE2r36dAjrz8RTERc3Y3iD527iBSnIaUtrWgKcugT2lLB9yvHxyLUsKA+1v2bvDjMFjBjo5fq8vQHvRIgOa9E+nouxD19I7qag82e8rp67d2Q1oh8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=t7gLCaSxgNojJj43lwu/8ixxnK/7dL+3X3kVTxJh2iDiwh45TZEtlGjcxC9/5xJLrhqRPu1H9poACYgdvQWsUCua5IFep0XRn58Z0FGGXj9fcp8aLaxCBxKu5I2O0L3F6wmnZSTLIN1L5bZV46f33BrfHer/ULtnGBnb8+jevTM= Received: by 10.70.131.19 with SMTP id e19mr5740126wxd.1173542936388; Sat, 10 Mar 2007 08:08:56 -0800 (PST) Received: by 10.100.142.13 with HTTP; Sat, 10 Mar 2007 08:08:56 -0800 (PST) Message-ID: <87f7f4170703100808v6f17ff54v5fd1a5ae03713352@mail.gmail.com> Date: Sat, 10 Mar 2007 11:08:56 -0500 From: "Jeremy Gransden" To: "Dima Sorkin" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: ssh login as root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2007 16:08:57 -0000 On 3/10/07, Dima Sorkin wrote: > > Hi. > It _seems_ that FreeBSD does not allow root to login remotely via ssh. > I can miss something, but if I right, how > do I allow it ? > > Thanks and regards, > Dima. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" Its generally not a good idea (hence, why it is turned off by default). You can login as a user and su to root. see sshd_config for how to turn it on. jeremy