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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=pIlcUXRnNtUlqOptwfI1Leg/MKKpkcbNPAow6H5BHlq sPiYoMSmbrpUB9G4xWtT8eLY2ssJJMMH53KcB3VSrCLrMeM4m6uRdja0ydIS5e+W M+QGXvlH1EC51WiI87rty+Iov2N24v9Agmb1kqmpeRDpKG1Q9/zqmnDtF1dJkpRQ = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=sLk9ilPn5I4epIiIDjUAFPODl34=; b=J/7UKKZdYrbJcsv1e qtHtHaqkBsmAex+yR4jkaASz91MRatvjnCuIoH+jiLfNbxFdALhnSfb1z1AYOZ+2 RH45rh+vT51FvvabfKT6A4CwQ4yx3JFW52snjCiOv2y8Amu5TcQjcp08bCnqLVpX /IMlRuozcmE8bRU9cEc3SBG+Z4= 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.0 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: Ishtar.hs.tlinx.org Message-ID: <56035C90.5050706@tlinx.org> Date: Wed, 23 Sep 2015 19:14:40 -0700 From: Linda Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: ssh fails after joining domain References: <5602B21D DOT 5090808 AT nasa DOT gov> In-Reply-To: <5602B21D.5090808@nasa.gov> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hoot Thompson wrote: > I'm working on a group of Windows Server 2012 R2 systems. Prior to > joining the systems to our domain controller, I install the openssh > components after which I can ssh into the system using the Administrator > account and password. However, as soon as I join a server to our domain > controller, ssh no longer works for the exact same Administrator > account. Are local accounts (such as the aforementioned Administrator > account) blocked somehow after joining the domain? Is there someway I > can make the local account work again? ---- Where does cygwin come in? Is it a server, or are you trying to login using cygwin's ssh? Assuming the latter is the case, as soon as you join a system to the domain, the default domain, I believe becomes (not the previous local hostname). So you might try: 1) logging in as 'DOMAIN\Administrator' (if you have that password), or 2) logging in as '\Administrator' Note the single quotes around the login name *should* be used if you are logging in from a cygwin shell (like bash). -- 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