From owner-freebsd-questions@FreeBSD.ORG Sun Feb 23 11:20:30 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F57C75A for ; Sun, 23 Feb 2014 11:20:30 +0000 (UTC) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 418051263 for ; Sun, 23 Feb 2014 11:20:30 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id fp1so5088951pdb.24 for ; Sun, 23 Feb 2014 03:20:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=UgK+CU9DDkkghDYxXI1ey4pFGHQVcwx/09FeMLVn7+o=; b=FfwMb63gur/sERsO3WSdY+RWkuUDc2uHFhG5UjTe2nvkEPnBg8RYGiBh2+KpS5/ACT h63cvfinFa4PZKGGE41S2tEkSYDx1kApTPHKvJJVZh8vEs2MHZ5kUkAD5H2Queh4wLUh PbyUyg2vU6kDZAvBLiObcuat7rtT+daaQL49vfkDDEJYj6zHcO6i1IG2/5o5dqdEeHIQ hjzi7wDC6nMuakJl7n+31l6EI46TUP5k9kTAc6awFyTBIyWR9TeLG/Lep5Foxs8oOzhD bxpibUEFMm1/PA6FLvBnOsYDLksXc99/7APn4Ygsn0wHtbo7b5DkC+vkdZJb68k5nkE2 ijAQ== X-Received: by 10.66.119.172 with SMTP id kv12mr7574859pab.34.1393154429928; Sun, 23 Feb 2014 03:20:29 -0800 (PST) Received: from SergeiMBP.local (c-67-185-33-48.hsd1.wa.comcast.net. [67.185.33.48]) by mx.google.com with ESMTPSA id lh13sm93906010pab.4.2014.02.23.03.20.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 23 Feb 2014 03:20:29 -0800 (PST) Message-ID: <5309D979.2030603@gmail.com> Date: Sun, 23 Feb 2014 03:20:25 -0800 From: Sergei G User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: sshd: Disconnecting: Too many authentication failures for root [preauth] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 11:20:30 -0000 My security reports sometimes contain: Disconnecting: Too many authentication failures for root [preauth] I believe that sshd default is PermitRootLogin no. However, the error above makes me to question this. Is there a way to list actual configuration parameters in effect?