From owner-freebsd-doc@FreeBSD.ORG Wed Aug 26 21:19:04 2009 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4965A106568C for ; Wed, 26 Aug 2009 21:19:04 +0000 (UTC) (envelope-from rtfm.xx@gmail.com) Received: from mail-vw0-f189.google.com (mail-vw0-f189.google.com [209.85.212.189]) by mx1.freebsd.org (Postfix) with ESMTP id 028E78FC14 for ; Wed, 26 Aug 2009 21:19:03 +0000 (UTC) Received: by vws27 with SMTP id 27so416894vws.3 for ; Wed, 26 Aug 2009 14:19:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=gHq3ldR2W4d2uI19Sddpb4L/GyrSUFj5zfKbL/s/qks=; b=L7ycnIQXn6t9RLS2pJEQMN//7qJHMm5/wXtgKEeH753jTjZMj/v8DJzCRwiT9qejxi dAprsJYDiTCW/0PUfqK1dhwDaUSQzrK6bPRn/VGQDltCJqwp6i3ay+ApXp8ycT8lNTSL piJRY5dCqXEIjNGR518xYwceMnt3lsb/ePb6o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=megh2UmBG0AYT970AbJYtQp3gP4vdT2uY66acOEeadyHgYQVPe3s2XLPFpWcmjLqUj S629nbcMIuGAs+T8bQm3pNu8fyU2noi0yunX3hbAsX8x5PjWLRNaaX7HTlEY0RzRLdOE 2XbOlfc0/SkQkkTSj6aEul+gMn4GLmaj/HZts= MIME-Version: 1.0 Sender: rtfm.xx@gmail.com Received: by 10.220.114.132 with SMTP id e4mr11339291vcq.53.1251319810356; Wed, 26 Aug 2009 13:50:10 -0700 (PDT) Date: Wed, 26 Aug 2009 13:50:10 -0700 X-Google-Sender-Auth: 3d8dac41160f204c Message-ID: <15d3bc360908261350r520dcef3o3e4576befe9dbbca@mail.gmail.com> From: Joshua Piccari To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Manual page sshd.8 is incorrect. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2009 21:19:04 -0000 Under the section Login Process, subsection 3--in the sshd.8 man page (src/crypto/openssh/sshd.8)--is incorrect. It reads: 3. Checks /etc/nologin and /var/run/nologin; if one exists, it prints the contents and quits (unless root). However this is not the behavior of sshd, it only checks /var/run/nologin. I believe OpenSSH defaults to /etc/nologin, but it modified when merged into FreeBSD to use FreeBSD's existing nologin setup, which uses /var/run/nologin and not /etc/nologin. Joshua A Piccari /dv/