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:message-id:from:reply-to:to:subject :references:in-reply-to:content-type; q=dns; s=default; b=oaNBGW /LLqmtFDRjvZYQt9rpWs08/RdfQl2Z7vkxOSV9wJvwiMwJLHFXFfTtMz6Yow1k4b juZRDJbnQx6EXKc7WwzU/d/8dRagl93K5RhByvBrVy5W9BBZ+gn6PRQJu17snfou C/ecLbCs+51+OEABf/nHN3wKy5Y93IHzsYrHg= 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:message-id:from:reply-to:to:subject :references:in-reply-to:content-type; s=default; bh=kUX+987t1yTH y0iJpYT6jO0v3t8=; b=Xm9oFNaQDGRv4kAhIL6rCXSX9H3YqqmFHp/njMcZ/+uu iM94ih2wAW+0ZCQZTbJNl8fYhFyF9sjogU9IBWpTs2EOCQF+PizTH8GV0S+NwXx+ Zey1xMUomAZMrocmtKy0r+/7XUyggQz6kMrvm0ybkg9F3YMCUNarKRKjsT/tdEs= 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=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=Operation, HX-Languages-Length:955, password, H*F:D*nl X-HELO: lb1-smtp-cloud8.xs4all.net Date: Thu, 14 Mar 2019 16:53:11 +0100 Message-ID: From: Houder Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: Re: sshd: fatal: seteuid XXX : No such device or address References: <011a01d4da5a$96247330$c26d5990$@giraudbtp.com> In-Reply-to: <011a01d4da5a$96247330$c26d5990$@giraudbtp.com> Content-Type: text/plain; charset=UTF-8; format=fixed User-Agent: mua.awk 0.99 Note-from-DJ: This may be spam On Thu, 14 Mar 2019 12:39:30, XXXXX wrote: > Hello the list, > > Thanks for all the work and effort put into this. > Since two days i cannot login anymore (password less) with ssh into my > server > > Server is : > Microsoft Windows Server 2012 R2 Essentials / 6.3.9600 N/A version 9600 > > Cygwin was not up to date, but I have since updated it > CYGWIN_NT-6.3 [MACHINE NAME] 3.0.3(0.338/5/3) 2019-03-09 19:12 x86_64 Cygwin > > I can login via password, it work and lets me in. > But if i tried with my keys, I get in the event viewer : > sshd: PID 3777: fatal: seteuid 1049076: No such device or address Corinna, As far as I know, seteuid() can either return EINVAL or EPERM in case of an error. EPERM (= 1) "Operation not permitted" EINVAL(= 22) "Invalid argument" "No such device or address" appears to correspond to ENXIO (= 6). Is it sshd, or is it Cygwin, that is confused here? Henri -- 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