From owner-freebsd-stable@FreeBSD.ORG Wed Jun 19 23:52:22 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4534CBB5 for ; Wed, 19 Jun 2013 23:52:22 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-qa0-x234.google.com (mail-qa0-x234.google.com [IPv6:2607:f8b0:400d:c00::234]) by mx1.freebsd.org (Postfix) with ESMTP id 0C12D1809 for ; Wed, 19 Jun 2013 23:52:21 +0000 (UTC) Received: by mail-qa0-f52.google.com with SMTP id bv4so776283qab.11 for ; Wed, 19 Jun 2013 16:52:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=TfNgKGZOlbCxXm3lL/6Pn+KEUslCXwl+whKHXhaDeWM=; b=Z85mzpdqEcKeXFk6QKs6mYViWoh/u/8SLfJhR2AbHBnkAAbo33oBVogoSlZKAGJk8Q ZFF/W7/JPBpPlIQGAh1pIX05g/pi/4Yc/kyNEPRRLzNyLJlHRrIXCNxjKqfLPRXndloL QhcoBK9j8DG7ZAKW9ZT9TcmEEgOMjh38GUSof/VBSp44zOOQSJ55T2NoijkPQqS86BUa ApsIzWB4H0IKL200EWsxW3Uw1JTHhP2ZcaxKdpL5AE96DGjs9biREuRulkYWfTcrdxaJ 8mMtFPnJ2piNy5VqYffMXm23PqArmt/Voxq6RgQmEWCsD220+B0D7kJ9axmv3nYpc/76 wsPg== MIME-Version: 1.0 X-Received: by 10.49.12.114 with SMTP id x18mr6433591qeb.25.1371685941556; Wed, 19 Jun 2013 16:52:21 -0700 (PDT) Received: by 10.224.182.148 with HTTP; Wed, 19 Jun 2013 16:52:21 -0700 (PDT) In-Reply-To: References: <51C22E11.3020008@quip.cz> <51C23ED9.7070107@quip.cz> Date: Thu, 20 Jun 2013 02:52:21 +0300 Message-ID: Subject: Re: sshd didn't run after upgrade to FreeBSD 8.4 From: Kimmo Paasiala To: Steven Hartland Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable Stable , Miroslav Lachman <000.fbsd@quip.cz> X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jun 2013 23:52:22 -0000 On Thu, Jun 20, 2013 at 2:40 AM, Steven Hartland wrote: > > > I believe Miroslav is saying he left his old but previously working > sshd_config as was when updating, so its a change to the code which > now fails on an empty VersionAddendum, where it previously didn't > hence the problem. > > Regards > Steve > > Err yes, your right. The proper way to specify empty VersionAddendum based on some googling seems to be now: VersionAddendum "" -Kimmo