From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35063 invoked by alias); 23 Feb 2020 10:33:37 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 35053 invoked by uid 89); 23 Feb 2020 10:33:37 -0000 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 Received: from sonic310-13.consmr.mail.bf2.yahoo.com (HELO sonic310-13.consmr.mail.bf2.yahoo.com) (74.6.135.123) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 23 Feb 2020 10:33:36 +0000 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== Received: from sonic.gate.mail.ne1.yahoo.com by sonic310.consmr.mail.bf2.yahoo.com with HTTP; Sun, 23 Feb 2020 10:33:34 +0000 Date: Sun, 23 Feb 2020 10:33:00 -0000 From: "jinsu mathew via cygwin" Reply-To: jinsu mathew Reply-To: jinsu mathew To: "cygwin@cygwin.com" Message-ID: <2013722925.5013875.1582454009038@mail.yahoo.com> Subject: Cygwin SSH - seteuid no such device or addresss MIME-Version: 1.0 References: <2013722925.5013875.1582454009038.ref@mail.yahoo.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2020-02/txt/msg00212.txt.bz2 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