From owner-freebsd-questions@FreeBSD.ORG Mon Mar 21 23:28:50 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0BFA16A4CE for ; Mon, 21 Mar 2005 23:28:50 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E9F343D2D for ; Mon, 21 Mar 2005 23:28:50 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by rproxy.gmail.com with SMTP id y7so1094851rne for ; Mon, 21 Mar 2005 15:28:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=e8LSUSelcJdjJVi5u8hE0QsntOft+XOxbEKIiFr+78gzQV+HSMRCpm1fT9ckxy+eg+TEcg6deiI+4xl+ClHnbJUwPj1Kl5yaDDqEXocimzoq1njofjOJDeIn+3XJmr+2yhdEQI/h3npmUq+UxwM9W/XgdVEVHmNNHfmxtlNTzb4= Received: by 10.38.14.69 with SMTP id 69mr5762116rnn; Mon, 21 Mar 2005 15:28:47 -0800 (PST) Received: by 10.38.97.55 with HTTP; Mon, 21 Mar 2005 15:28:47 -0800 (PST) Message-ID: Date: Mon, 21 Mar 2005 18:28:47 -0500 From: John DeStefano To: Christian Hiris <4711@chello.at> In-Reply-To: <200503212109.07036.4711@chello.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <200503212109.07036.4711@chello.at> cc: freebsd-questions@freebsd.org Subject: Re: sshd configuration after mergemaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John DeStefano List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2005 23:28:50 -0000 On Mon, 21 Mar 2005 21:08:50 +0100, Christian Hiris <4711@chello.at> wrote: > On Monday 21 March 2005 18:55:18, John DeStefano wrote: > > I've just completed a successful transition from 5.3-BETA7 to > > 5.3-RELEASE via the usual "makeworld" procedures. Thanks to spending > > some time with "mergemaster -p", all of my configuration seems to have > > carried over and is working perfectly, with the exception of ssh. The > > only difference between the original and temporary versions of > > sshd_config was a single line I had entered in order to prevent "root" > > from logging in via ssh as "root". Everything else, with the obvious > > exception of the config file signature, was the same. > > > > Yet I'm now getting errors when I try to ssh from any location > > (remote, LAN, even testing on the same terminal). If I don't do "-v", > > the terminal window just disappears or shows no feedback. "-v" shows > > "no more authentication methods to try". > > This points to commitment of rev. 1.35 for me: > http://www.freebsd.org/cgi/cvsweb.cgi/src/crypto/openssh/sshd_config.diff?r1=1.34&r2=1.35&f=h Thanks ch. Yikes... should I have known this on my own? > > Cheers > ch