delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/08/06/18:51:23

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:mime-version:date:message-id:subject:from:to
:content-type; q=dns; s=default; b=e6FVTsU/5ENXRysqRrgKwWchanIEe
alhGtvuKVDtVLCOGy+sZ3pr7dzd9Uji48ecsza93ycv6OP3ju+YvH5+PZ5aNz/Tl
DcFtpJf5GnKidj09Qx00XwHOTnKSnywdxib7yDModZGELRimgI1Ucmxol2//R6kr
4/2fepRYzLQp0s=
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:date:message-id:subject:from:to
:content-type; s=default; bh=Wo/wCvJf0OFXrwhd5IkoLIeUHnY=; b=nYW
lwINxIfz3btYt+7Qi9BPMrV2RjzbBMsHfMkFksG8XfZgIlTgRAOg90COTMYmGltw
qMtgWayqwqvIL8dMhaR2pXe19OyZjzlOM0MxsWBSD46Q+K7ZqTbFjDBHoTJ6M1UX
PyiBBW6MQAo+iuPHtc57dd/OLh0GrboK5J8r974I=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=4.3 required=5.0 tests=AWL,BAYES_20,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_NEUTRAL autolearn=no version=3.3.1
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=90P6Xy8nmsQtMYIVOjpmnKQWQANMXuu9yAfzFV/pmoQ=; b=GiBEXDfaW7OFL105OFtbB56CuSttRXhxxLQ/FRyp922alVbkFTExPBduWVY8JaDoHK z3fzZjJslmGigmhcui658FKsN648K9wy6I6FqKWNIDJnoNoyD4eeW0aOoaEt5Pc6iX4v xrq3+1vvYmjq+qMgbDr0WzO4ajKxO1iBL/f4sbFozjUvTNoE8E1bevAvOyuNsMdFpQ/B hzZ6ze45C+RattDQggvSuqkfP3KE+qu+eeEEYmIsLXVmH6HLx5idV9rh14N3N6WwMYxg pdHoXC5aS0Lmc0rScemQTLTjH6Na8pVzjFly7/1nmK1gSFNyIaTMkEmnipw0QgBiNTNx W4bw==
X-Gm-Message-State: ALoCoQkbYCQz27akZ5WYntBRmh0qCHDZQbrq/mn4TbNyFsyNqEHqznNglijEx0nlv8lHjp9LDgpt
MIME-Version: 1.0
X-Received: by 10.194.78.110 with SMTP id a14mr222282wjx.84.1375829455463; Tue, 06 Aug 2013 15:50:55 -0700 (PDT)
Date: Tue, 6 Aug 2013 18:50:55 -0400
Message-ID: <CABSJGg3HywZZrXNfQHmivJOH0GrySZSBxA95XyjPmcngF6EHFA@mail.gmail.com>
Subject: Re: ssh login no longer allowed by local accounts other than main administrator account after taking machine off domain
From: Yuki Ishibashi <yuki DOT ishibashi AT temboo DOT com>
To: cygwin <cygwin AT cygwin DOT com>

(Sorry if this goes to the wrong place, I'm a little unfamiliar to the
cygwin mailing list and its usage)

I wanted to thank Linda and Larry both for their responses to my
original post on Aug 2nd.

Linda: Process Monitor was a helpful suggestion, however there are as
you have said probably far too many system process messages, and even
trying to filter for what I wanted has proved not helpful....

Larry: I did have the new users have ownership of their own /home/user
folders...
also /bin/bash.exe has 755 access, with user:old_admin group:Domain Users.

The problem looks most similar to what the user marco atzeri posted here:
http://comments.gmane.org/gmane.os.cygwin/134144
, (unfortunately there was no resolution)

Perhaps what might help me is:
a) what are the standard permissions *supposed* to be on everything on
the cygwin terminal-side (i.e. 'ls -l /etc/*', etc),
b) what account should the "CYGWIN sshd" service be running as in the
Windows side
c) what group should local users be in (i.e. 'mkpasswd -l' and
'mkgroup 'l') - currently the local users are in group 513 (in mkgroup
-l that's "None"), sounds weird but that's what it was before I took
it off the domain, and it was working earlier.
d) Do i need to re-sync the mkpasswd -l with /etc/passwd and mkgroup
-l with /etc/group ? I had previously appended the newly created local
accounts (with associated SSIDs) to /etc/passwd using something like
"mkpasswd -l | grep newusername >> etc/passwd" (and something similar
for the /etc/group)

I'm running into a brick wall here and not sure how I should approach
this... any general advice even would be appreciated, thanks so much!

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019