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:from:date:message-id:subject:to :content-type; q=dns; s=default; b=oNf4wcAkWrgtu5bSii4l75xfWEjwl StgTE9hk+I7loC/pg0pC1Is0ESQibeOD/sw1hp1AeqCCzA/CKpISIY7QAOE9Hph9 WVoqSy/nfiZ7jv63mDyflUja8k8ouLJgukA4963hXvEWbHf8Kifi9H8U3Qfs85zG FGg+DDwCHZcLK4= 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:from:date:message-id:subject:to :content-type; s=default; bh=1BRFyW09tX+XVQkjEDAJmYC0E/0=; b=sWs xf5inRFhgxmPhsEj6IQ3vdKXSxVmkgP7c9NGWwgmM8Jr8rDH341WRXnTWKCtxw3Y FMayiE3VgmwxwKHPAmpXRH1iUDabXLLuEjX3YbH4MDUBOdolPZt0KyWXriRtzudp JstXBt7GYHAozYGklgrttaaNdmjpuxTclzGU/oNc= 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=-5.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=SYSTEM, H*c:alternative X-HELO: mout.gmx.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.com; s=dbd5af2cbaf7; t=1553809038; bh=VzmhCSJ2BGLWpvxgfGbyxwo85BAa5FwEEg2Me3t0d0Q=; h=X-UI-Sender-Class:From:Date:Subject:To; b=k9bsjgT0N8gFHPBC4+91SRkF1iqRctTv5rGijLob5ODJoCsMtMlvPERKO33P67Idg qXg0hUyxAA7y208xs2FXWbWXUWEvuX/zntXUWx400rWzd7uOon90CHUr9A0yu0stKH zA1Iv8ssudrBXLR5+MX6doTyrVwBlRorC7MXx460= X-UI-Sender-Class: 214d933f-fd2f-45c7-a636-f5d79ae31a79 MIME-Version: 1.0 From: Bill Stewart Date: Thu, 28 Mar 2019 15:36:49 -0600 Message-ID: Subject: sshd/SYSTEM account/OS version and Cygwin "bitness" limitations To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes I am trying to understand the limitations when running sshd using the SYSTEM account. Is the following complete and correct? ========== OS_version* OS_bitness sshd_bitness Notes -------------------------------------------------- < 6.3 64-bit 32-bit Note 1 < 6.3 64-bit 64-bit Note 2 < 6.3 32-bit 32-bit Note 2 >= 6.3 64-bit 64-bit No problems >= 6.3 64-bit 32-bit No problems >= 6.3 32-bit 32-bit No problems * "< 6.3" = "older than Windows 8.1/Server 2012 R2"; ">= 6.3" = "at least Windows 8.1/Server 2012 R2" Note 1: sshd cannot authenticate local accounts, but it can authenticate domain accounts. Note 2: sshd can't authenticate local accounts after a reboot unless another logon happens first. Unfortunate implication of Note 1: 32-bit version of sshd running as SYSTEM account on OS < 6.3 on non-domain member computer cannot authenticate any accounts. ========== Thanks! Bill -- 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