From owner-freebsd-questions@FreeBSD.ORG Sun Sep 7 20:45:07 2008 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 6FBBE1065714 for ; Sun, 7 Sep 2008 20:45:07 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id 0FFDF8FC1B for ; Sun, 7 Sep 2008 20:45:02 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id 5D3585C6B; Sun, 7 Sep 2008 16:45:08 -0400 (EDT) X-Virus-Scanned: by ClamAV at aegis.hamla.org Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Ec9UNGfyC8vM; Sun, 7 Sep 2008 16:45:06 -0400 (EDT) Date: Sun, 7 Sep 2008 16:44:59 -0400 From: Sahil Tandon To: Kevin Kinsey Message-ID: <20080907204459.GB40687@shepherd> References: <20080907063548.GA38224@shepherd> <48C43A3B.7050205@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48C43A3B.7050205@daleco.biz> Cc: "freebsd-questions@freebsd.org" , FBSD1 Subject: Re: ssh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2008 20:45:07 -0000 Kevin Kinsey wrote: > Sahil Tandon wrote: >> FBSD1 wrote: >> >>> On FreeBSD 7.0 how do I tell ssh to allow login from root >> Change the "PermitRootLogin" parameter in >> /etc/ssh/sshd_config. >> >>> and also to listen on port 9922 instead of port 22? >> >> Edit the the "Port" parameter in the same config file. And as an >> aside > > ... don't do it. ;-) > > Just my guess. Woops! I guess the rest of the sentence never made it, and yep, that was it. I was just going to caution against false hopes of increasing security through obscurity. :-) -- Sahil Tandon