From owner-freebsd-questions@FreeBSD.ORG Sun Dec 25 05:05:14 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E98D4106566C for ; Sun, 25 Dec 2011 05:05:14 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8128A8FC0A for ; Sun, 25 Dec 2011 05:05:14 +0000 (UTC) Received: by eaaf13 with SMTP id f13so13230286eaa.13 for ; Sat, 24 Dec 2011 21:05:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ieEgJ0Z8b//ClHVMqVAhk08JER4TFC8e98rVMqqEmMA=; b=TJWcU1QbQb0qINw6BLD5lwy9UrXSUZKvB7nR7RcWImTVMs384MybXkMREgZEXwNZ/i jPtbsqriJQ5FrDfuimeInj9k5DgwdT9zplxd6plPUJGXO8vUSoD0oCCUA6gd+gtkGPM/ tarMLUVynibafwcFOuXPeaSR88+AyltI2dvnk= MIME-Version: 1.0 Received: by 10.204.128.77 with SMTP id j13mr5462016bks.124.1324789513329; Sat, 24 Dec 2011 21:05:13 -0800 (PST) Received: by 10.205.26.6 with HTTP; Sat, 24 Dec 2011 21:05:13 -0800 (PST) In-Reply-To: <4EF653B7.2070500@mykitchentable.net> References: <4EF653B7.2070500@mykitchentable.net> Date: Sat, 24 Dec 2011 23:05:13 -0600 Message-ID: From: Adam Vande More To: Drew Tomlinson Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 8 LiveFS - How To Start SSHD? 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: Sun, 25 Dec 2011 05:05:15 -0000 On Sat, Dec 24, 2011 at 4:35 PM, Drew Tomlinson wrote: > > I can do the "Configure the network connection", the "setup login shell > for root", and the "Prepare SSH" part. However the "Enable, configure, and > start sshd" part doesn't seem to apply and really doesn't make sense. > > Bottom line is that after running /mnt2/use/sbin/sshd, I can see the > process in ps output. However when I attempt to connect to sshd as root, > my connection is immediately closed. > ssh -vv -- Adam Vande More