From owner-freebsd-questions@FreeBSD.ORG Wed Nov 24 01:14:21 2010 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 2EBD91065693 for ; Wed, 24 Nov 2010 01:14:21 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id DC2568FC15 for ; Wed, 24 Nov 2010 01:14:20 +0000 (UTC) Received: by qwi4 with SMTP id 4so238127qwi.13 for ; Tue, 23 Nov 2010 17:14:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=nicgM7vlIiIRmuekGgG9JUuO1cep4b2+cIW55wr1Q94=; b=V8QUvBMltRrFa8qhXgeH+D4PQmRHnZoh+rEmuqY0k2Lhtdpkxm3s40FKFLfq0Pi8CD s0OhLDOP5KTY+UeI5S3JUDYVGRpv/3UXhjyW1sNdkV+gQpVvaePlnBQzYPG2QyhTT8cE qWs6ZgKtui2LzQQCMfS9scz1K/3bt25MZS4js= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=uufqgHr3HK6K3unppEPvrXDavkGCwshvo+mHB47uD8A/mNWvSC8nCjA81OaBOYBsPR bJrKAQ2U1Ymu9/4Tks0YOwxP8NiOnsTt9EZH6iALPCPfmpUEyqZnCCnaaJAIBrg6DsY8 kvjLIonFUdmMxwV2Cz46yHYcW2MMp/08X/Rb8= MIME-Version: 1.0 Received: by 10.229.212.12 with SMTP id gq12mr6860846qcb.154.1290561259358; Tue, 23 Nov 2010 17:14:19 -0800 (PST) Received: by 10.229.20.83 with HTTP; Tue, 23 Nov 2010 17:14:19 -0800 (PST) In-Reply-To: <4CEC4677.7554.3BF9432E@dave.g8kbv.demon.co.uk> References: <4CEC4677.7554.3BF9432E@dave.g8kbv.demon.co.uk> Date: Tue, 23 Nov 2010 17:14:19 -0800 Message-ID: From: Nerius Landys To: Dave Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: new user questions. (Before I back myself into a corner!) 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: Wed, 24 Nov 2010 01:14:21 -0000 > I'd like to:- > Have a ssh login via LAN available, I believe that's a standard feature, > but I expressedly disabled that (well, told it not to implement it) when > I orignaly installed the OS. =A0 Or have a VNC server running. Add the following line: sshd_enable=3D"YES" to file /etc/rc.conf .