X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=DNhEn+L 1UNLL8eKEPmQaNPsp+SYw3Udrorh0jLaPtF5YMq19xl9a97XuR0A9TKhFVoMNSPw kKwj3xQDaPFg7z1dC2S4N5eXMm+sAitFaqrM9eZu1r8uNQCPXCxlm5ZjPMCsVgNy UK7vL8+l5STm07sMQu/h9/AlvN4SlLzj5BHs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=5ZCmx/cMK6BOZ Ds8L3BF7nVo8rA=; b=e8Up0m8wl76rifgdxkN29fw0svtcFMQtzTq+sBdCTczD2 jYaOHJowBHJIAtNeNB6677H3I4irBBfxSQzy40mT06RYedL8u/z9iH5DoMvSyKs9 +MXqfCK5o7E6ELwPBcCsWVcJayy5ScD8JC0RWNXNJlQV2ke9S9y+HVVWf6F1q0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=passwords, Hx-spam-relays-external:ESMTPA X-HELO: palegreen.birch.relay.mailchannels.net X-Sender-Id: dreamhost|x-authsender|dropbox AT opencoder DOT net X-Sender-Id: dreamhost|x-authsender|dropbox AT opencoder DOT net X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|dropbox AT opencoder DOT net X-MailChannels-Auth-Id: dreamhost X-Stupid-Power: 4d08057a43e45e77_1548357435175_568762150 X-MC-Loop-Signature: 1548357435175:817290486 X-MC-Ingress-Time: 1548357435175 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=opencoder.net; h= mime-version:references:in-reply-to:from:date:message-id:subject :to:content-type; s=opencoder.net; bh=4q56YcFmvDKMESZMjzBxrxmp2K A=; b=qW+GmmOHM5IjKQ2cxoJlUwFk8bClmx8TSjKRMMBtDxSo9fJUPJPLjwXBWZ duLY9+v8XNC9DGPfsgwgpsTQ5K5eJOGUNan+eaV0w4EUynpZ35/TzmAfN70fA7y7 K0ghLH9DdQGfiBtPxr77qcbgjHVmi+Ed9kWD4lQsCj3t90D4Y= MIME-Version: 1.0 References: <20190124154533 DOT GK2802 AT calimero DOT vinschen DOT de> <1b1ba104-977f-7297-6d8e-1b456acae305 AT baur-itcs DOT de> In-Reply-To: X-DH-BACKEND: pdx1-sub0-mail-a75 From: Wayne Davison Date: Thu, 24 Jan 2019 11:17:01 -0800 Message-ID: Subject: Re: sshd permits logon using disabled user? To: cygwin Content-Type: text/plain; charset="UTF-8" X-VR-OUT-STATUS: OK X-VR-OUT-SCORE: 0 X-VR-OUT-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtledriedvgdduvddvucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuggftfghnshhusghstghrihgsvgdpffftgfetoffjqffuvfenuceurghilhhouhhtmecufedttdenucenucfjughrpeggfhgjhfffkffuvfgtsehttdertddttdejnecuhfhrohhmpeghrgihnhgvucffrghvihhsohhnuceofigrhihnvgesohhpvghntghouggvrhdrnhgvtheqnecukfhppedvtdelrdekhedrudeiiedrhedtnecurfgrrhgrmhepmhhouggvpehsmhhtphdphhgvlhhopehmrghilhdqihhouddqfhehtddrghhoohhglhgvrdgtohhmpdhinhgvthepvddtledrkeehrdduieeirdehtddprhgvthhurhhnqdhprghthhephggrhihnvgcuffgrvhhishhonhcuoeifrgihnhgvsehophgvnhgtohguvghrrdhnvghtqedpmhgrihhlfhhrohhmpeifrgihnhgvsehophgvnhgtohguvghrrdhnvghtpdhnrhgtphhtthhopegthihgfihinhestgihghifihhnrdgtohhmnecuvehluhhsthgvrhfuihiivgeptd X-IsSubscribed: yes On Thu, Jan 24, 2019 at 10:13 AM Bill Stewart wrote: > I don't think Windows natively supports password-free logons using only key > files (but I might be wrong about that). Don't forget that sshd_config fully supports disabling passwords. You can turn a password off for a single user via: Match User foobar PasswordAuthentication no Or set the "PasswordAuthentication no" as the default for all users. ..wayne.. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple