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:from:to:subject:date:message-id:references :content-type:content-transfer-encoding:mime-version; q=dns; s= default; b=yptqpe2ElcUbmwB+SIcJA7SBg/aJBSc5E9W6Y98Q+phWibK0MMAUs oY8EICnOpFsQVCZaS2UZgG0d5bDhG9Uc06gXzSfdaHWZvYQPXIRQ/DpJpgE8yzRC jeqY/3YjfQTngTsdfrOl853J4ipVaIGmv1/Nr7Tds/YPuUUa/IqtfU= 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:from:to:subject:date:message-id:references :content-type:content-transfer-encoding:mime-version; s=default; bh=CdrDhQtolDdjm//uZ5IujQpLU04=; b=x/EuYVTRUj27T0M4vv1FokPTS97v o4YOOlBylOSqCiTYI0GLQhxCrCDvPHjMSwbr0J/Gi8ngubyyt9vDatkUKekIoVSz hqCJYb+9szLkE83h89bHzVBAXFhOixZwTUxy/GRzEYRLDgnH5Uxui5vDWrXZZUz0 WjEBI2igFS8xhiQ= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: na01-bl2-obe.outbound.protection.outlook.com From: "Habermann, Dave (DA)" To: "cygwin AT cygwin DOT com" Subject: RE: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.4 Date: Wed, 29 Oct 2014 19:27:44 +0000 Message-ID: References: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-OrganizationHeadersPreserved: 046-CH1MMR1-004.046d.mgd.msft.net X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:65.52.44.158;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(428002)(5423002)(189002)(199003)(69596002)(21056001)(68736004)(84676001)(92726001)(92566001)(86362001)(50466002)(87936001)(2656002)(85852003)(54356999)(76482002)(120916001)(99396003)(85306004)(22756005)(22746005)(76176999)(50986999)(104016003)(110136001)(105586002)(106116001)(95666004)(107886001)(2351001)(107046002)(81156004)(106466001)(2501002)(97736003)(80022003)(46102003)(101416001)(55846006)(4396001)(23676002)(551544002)(86146001)(77096002)(33656002)(20776003)(64706001)(47776003)(66066001)(44976005)(6806004)(31966008)(79686002);DIR:OUT;SFP:1101;SCL:1;SRVR:BN1PR0101MB0867;H:mail.bsnconnect.com;FPR:;MLV:sfv;PTR:InfoDomainNonexistent;MX:1;A:1;LANG:en; X-CrossPremisesHeadersPromoted: BL2FFO11FD011.protection.gbl X-CrossPremisesHeadersFiltered: BL2FFO11FD011.protection.gbl X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1PR0101MB0867; X-Forefront-PRVS: 03793408BA Received-SPF: None (protection.outlook.com: dow.com does not designate permitted sender hosts) Authentication-Results: spf=none (sender IP is 65.52.44.158) smtp.mailfrom=DAHabermann AT dow DOT com; X-OriginatorOrg: dow.com X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id s9TJSTgd030463 Using the new AD system, and trying to regenerate ssh keys using ssh-user-config I find that I'm getting an error. I've traced the issue to a line in the /bin/ssh-user-config file: pwdhome=$(awk -F: '{ if ( $3 == '${uid}' ) print $6; }' < ${SYSCONFDIR}/passwd) where we are apparently trying to parse the old passwd file (which I've renamed off to the side for testing quality). I can make this work for me right now with an ugly hack, but wanted to point it. $ ssh -V OpenSSH_6.7p1, OpenSSL 1.0.1j 15 Oct 2014 Dave