X-Recipient: archive-cygwin@delorie.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:reply-to:from:date:message-id
	:subject:to:content-type; q=dns; s=default; b=AsT6FR9iinmfFDNepK
	5JdIsyqMBCFlghHmu0f96PBg9Z3kF7WhvT3qdpcWS3ijRqGTcV1J2VoRxxarz3u8
	T/7Dw/fV5qV/j6V4LR7xOnPqFdUVykyyWIqLYhIj2VPNWZiEwDq1y0ubZXAr5247
	SmWZzPWoqzsKSEP0v6wDJqGNE=
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:reply-to:from:date:message-id
	:subject:to:content-type; s=default; bh=EpR5k0mYW61Wr+J5r3OAT2lu
	3i0=; b=cw8VBeEHBRSfHHsD0VDt8o9y3aclHSTFOJm+CTLi+jSsQVW026qLpSso
	pvqIbBvMGL0AO/bkPC10Hf1ZTySvUyjlZpHNweW5sjU7FitRxzDtnqDGEH0sWD9c
	Bb9IIo/Szl8Ttylv1kR8Z1LS88vjA73mliVqJaynNtCEblzM5vE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=sudden, HX-Google-DKIM-Signature:reply-to, Senior, ssh
X-HELO: mail-ot1-f68.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=mime-version:reply-to:from:date:message-id:subject:to;        bh=6kciy4MYnfohXUzQELOhQvG8w/OI3Z/wgIyTIHqVY24=;        b=NDJaDj5q9NmN5ngbQerYhch1ikOIwTH5giYUg11PgaCTKYHyMymX7frQ1+8p0k8O1r         /cUk995fpPpPgmmRQkZFqOiPdeJEvNF/iBds9wSy+atmpLb+XZ0kPPVzSbkJLiMXBfBt         2HoCKdVd8iZV2JUqbOpB3x7OkIyrzXOYsttOD+zzaJSmAy+2lt/DA1BsEPHHqUXE3BiZ         Ti5YUNXoK6p3Y9blK1E1ddJDld46PxBOaVNpmv5F4MJDHSKuU7G+wJQO7VSgXkFA0rbC         5/I5orCoCVOv39GJK/Vj85YgFn9BKCnNLE8+qZTv9jbf9768bGY2pJeoMJeJSVFbzXTd         gCHw==
MIME-Version: 1.0
Reply-To: davek@6thstreetradio.org
From: David Dombrowsky <6thstreetradio@gmail.com>
Date: Tue, 12 Mar 2019 17:09:43 -0400
Message-ID: <CAHdnY6OKu_2Zf8qRM3u9=T-rpKXWH4GiY8mJZUGLJr39O3kHBg@mail.gmail.com>
Subject: sshd error "seteuid: No such device or address"
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

I managed to solve this problem, but I'd love some confirmation that I
solved it the right way.

After updating cygwin and rebooting, all of a sudden I couldn't ssh
into my windows box.  The remote gave the usual "connection closed by
<bla> port 22" before anything happened.  Running in debug mode from
an admin shell didn't yield anything, but looking in the windows
application logs, I saw:

sshd: PID 2588: fatal: seteuid 1056480: No such device or address

The google suggested that the error was pty related, but it was not.

By accident, I noticed that I could log in from an account that I
hadn't set up public key auth, using my password.  So I forced ssh to
prompt for my password and viola!  I got in just fine.

On the server, I started another admin shell and did `passwd -R
my.username` and input my password.  That was the key.  I can now log
in using public key auth as I could a few hours ago.

Was that the correct solution?  Is that expected?  This windows box is
on a domain, so that might have something to do with it.

-- 
David Dombrowsky, Senior Software Engineer
email: davek@6thstreetradio.org
Cell: 518-374-3204
https://www.linkedin.com/in/david-dombrowsky-94334415
http://6thstreetradio.org/

--
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

