From owner-freebsd-questions@FreeBSD.ORG Tue Jan 15 12:40:37 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B4068B1A for ; Tue, 15 Jan 2013 12:40:37 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 416D9359 for ; Tue, 15 Jan 2013 12:40:37 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id fp12so46508lab.41 for ; Tue, 15 Jan 2013 04:40:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ISnlWqn08KOhiARgCeFdJ2+eBXIBuYwg7JcpLlH7Cbw=; b=yYdjbqJgWZaLbuqqOHJchULOwxD9BnfpQNVZjG7OONskopLq/gwc3fb3h9Mua+L+j3 i/o8oomqEZPR29kUseLNCyWeQv6rQe+jNVTFG7zRH7Yj6Ay0pBlVZCCtqWbcHJaoE5X8 ccpEvwRji6Wr3qlRHY0Qet3ryRP9P4qM0+TBAO04HweCc+W5Z9GZXwlES+3fNlfKFrTj 5MEqMzLntDglakCwyQcrLeS80Yr7SNSI2xmXljwAyu8mcScKOY7dGUQWvniie1QIa4H7 uycuRJJEX2KKmwCAeDH22PYMAF7B+kwSTEZGHznghY54QV6Ig7OSHr+BnDW93LDB/RZE Rr0Q== X-Received: by 10.152.162.1 with SMTP id xw1mr86162798lab.3.1358253636148; Tue, 15 Jan 2013 04:40:36 -0800 (PST) Received: from [192.168.1.130] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPS id u5sm6714706lbm.8.2013.01.15.04.40.34 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Jan 2013 04:40:35 -0800 (PST) Message-ID: <50F54E40.9090406@gmail.com> Date: Tue, 15 Jan 2013 14:40:32 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15 MIME-Version: 1.0 To: Matthias Apitz Subject: Re: SSH on FreeBSD References: <64344677AECE934682A4243703F508681E09737D@CW-EXCH01.cipherwave.local> <20130115174536.78ecf7e3@X220.ovitrap.com> <20130115105006.GA2291@tiny.Sisis.de> In-Reply-To: <20130115105006.GA2291@tiny.Sisis.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Erich Dollansky , "questions@FreeBSD.org" , Mannase Nyathi X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2013 12:40:37 -0000 15.01.2013 12:50, Matthias Apitz: > El día Tuesday, January 15, 2013 a las 05:45:36PM +0700, Erich Dollansky escribió: > >> Hi, >> >> On Tue, 15 Jan 2013 10:10:16 +0000 >> Mannase Nyathi wrote: >> >>> CipherWave Fibre Broadband with FREE installation from only >>> R8840/month >>> >>> Good day, >>> >>> I have just configured FreeBSD on my server. I would like to find out >>> how can I be able to login to it via ssh? >>> >>> Looking forward to hear from you soon. >>> >>> Thank you >>> >> >> you must enable ssh in /etc/inetd.conf and then read > > In FreeBSD it is in rc.conf > > $ man rc.conf | col -b | fgrep -i ssh In FreeBSD there are two ways of enabling sshd: default, fast and easy through rc.conf and a bit tricky and secure via inetd.conf. Everyone can select their own poison. I personally prefer the latter one. -- Sphinx of black quartz, judge my vow.