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:date:from:reply-to:reply-to:to:message-id :subject:mime-version:references:content-type :content-transfer-encoding; q=dns; s=default; b=lR4TWIjnYEPGR6K8 5DCOp2wzKj066R/Sx9YI9n9dYcNqaB9gfQpOimlwYss01vvDfF3BVIsYIB6pfTfu HYm3GoDSddm7f+kQ/A9Jufem0FqHTsLUTo0BoIrCgvL+y8zRX+BpXn6EDXbXtNdc 2olqhyDgs1BY9YbWfmPahvEUBV8= 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:date:from:reply-to:reply-to:to:message-id :subject:mime-version:references:content-type :content-transfer-encoding; s=default; bh=wd9nB0rI+xIOmSAvnBv80b tDPHk=; b=u7omt9YU8tm1k+WIiK3tE0hXq58KK34ar2AwDMl1vqNyGF8taDLdcB zRnre5XTer8J/cb2sMw6CSg3eYfm4LPSQ5Lf2rBRzDxXZhZcMaSMDJeeH8dD+Ddm xbkGHljdIqWV+9D6FFoh9ypuT9xz8rpidbHJkFgh4gfNGXVPUldpY= 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=0.5 required=5.0 tests=BAYES_40,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=H*RU:sk:sonic31, H*r:sk:sonic31, HX-HELO:sk:sonic31, HX-Spam-Relays-External:sk:sonic31 X-HELO: sonic310-13.consmr.mail.bf2.yahoo.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1582454014; bh=B6yRdGTheZoWq/Ia1lnL1byLGku50ndMtw4XzWmqqoE=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=pRkGF9oQCSxh6svJbqHCxJ1b3Selye5HdiyqeUlfcJZ0ltj9dVBnCO1BGrQaabp7X7kYrEwiI3yu5DUr8ZIt++RjV+1pAadgAgCkulcmbmbl/Uuo2f2jsO1iDiximU4vzUeK568LHUg2C5/N1QZqTN36sLZBpOx45f3fGHvFV41VIVrQKWTh88iurUrVHQ7poDMApDFV2301rMbYc/rdUO88h5ag/IWfkdMIH0PEA0JR9G+Ar0Bto+4wPjY4xLBvq7Kf1LKgPfw7eSb/xMckbBOLnnUiD0n0JJsPBYp8wkblblvgBzXbyfndkweZ/jvm83oFs8ff8efi1OE0poj8dw== Date: Sun, 23 Feb 2020 10:33:29 +0000 (UTC) From: "jinsu mathew via cygwin" Reply-To: jinsu mathew Reply-To: jinsu mathew To: "cygwin AT cygwin DOT com" Message-ID: <2013722925.5013875.1582454009038@mail.yahoo.com> Subject: Cygwin SSH - seteuid no such device or addresss MIME-Version: 1.0 References: <2013722925 DOT 5013875 DOT 1582454009038 DOT ref AT mail DOT yahoo DOT com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I've setup Cygwin and want to ssh with domain user account on windows server 2012 R2. It works fine if I start the sshd service with "Local system account" but if I start the service with a "cygserver" local account or "domain\cygserver" then the service starts fine but when I try to ssh I see the message sshd: PID 1944: fatal: seteuid 1801: No such device or address. ssh in verbose mode on the client shows the following: debug1: Authentication succeeded (publickey).Connection to 10.10.10.10 closed by remote host.Connection to 10.10.10.10 closed.debug1: Exit status -1. Some articles like https://blog.peterwurst.com/2016/09/15/ssh-server-on-windows-with-cygwin/ suggest to enable the following GPO with cygserver account in it. I tried them still the same error. Following GPO's are enabled.Act as part of the operating systemCreate a token objectLog on as a serviceReplace a process level token I've verified .ssh and authorized_keys permission and the user home directory exists and also passwd file has the /bin/bash shell for the user. Any suggestion on how to resolve this issue? -- 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