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=xjmEW0WjEExIjhzFqItSCIJeUZ2wxldYzUQ/APoPCEZ 4nlWE7D19/pP50zjr91gM1duaZnqCRjGoEmu5O4W4wJP3RU9YUjjod2GdJOtyc9S WlIJumN9PQhsAeIUUh/tuxkxVdy50rKm2GwoQ8f4Enj+63X4iDhdaIp1aKSjOgEE = 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=nOvnK1imVngTEvui0IrftIK5GZA=; b=lbrvbs2TZFHfpsBWE 7TR5OB9Dz0e4dAS6HVvKSBiMP3RFsovtWBGn21w7RV3joth2twLSVa5irAKcOFdb ReqXZrfCy4UEs+Q6i357cz0cAFcoIJumAdfVhY6fqIdHNNsoFWjZVpr7qvNZT9pw SbbZbFhtYVk30yJHCc6NOvnnlY= 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 X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RDNS_NONE autolearn=no version=3.3.1 Message-ID: <51FCE675.9050700@tlinx.org> Date: Sat, 03 Aug 2013 04:16:05 -0700 From: Linda Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: "cygwin AT cygwin DOT com" Subject: Re: ssh login no longer allowed by local accounts other than main administrator account after taking machine off domain References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Yuki Ishibashi wrote: > Hi all, > > Recently I've been tasked with taking a Win7 machine that was running > Cygwin and sshd off of my company's old Active Directory domain... --- Have you ever heard of "Process Monitor" http://technet.microsoft.com/en-us/sysinternals/bb896645 It can allow you to monitor processes by name/or a variety of filters and you could maybe find what bash is trying to do when it gets the operation not permitted. You could look for access denied or some similar status ... but it can allow you to get a look at exactly what might be failing -- if it is a file permissions, you can see access denied when it tried to open a folder..(or a registry key). It gives an overwhelming amount of data, but you can keep adding filters till you see what you are looking for... There are some how-to talks/demos on the site for how some have used it to solve various types of problems. Sometimes, something is happening only on your system that is unique to your setup, and something like process monitor (for real time monitoring / replacement of task-manager, I'd recommend process-hacker (http://sourceforge.net/projects/processhacker/) over process explorer (another sysinternals util by the same people who did procmon)-- it is more detailed and more powerful. but procmon allows you examine what's going on in detail... might be of help...? good luck... -- 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