SFTP error 128

2007-12-23 Thread Neil Aggarwal
Hello: I have a Windows 2003 SBS server. I have set up cygwin SSHD so I can connect to it remotely. I can SSH and SFTP to the machine successfully using the Administrator account. I want to set up a couple Domain Users to be able to SFTP files up to the server. The users are in Active Director

RE: SFTP error 128

2007-12-25 Thread Neil Aggarwal
http://www.spammilter.com for details. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Neil Aggarwal > Sent: Sunday, December 23, 2007 11:22 AM > To: cygwin@cygwin.com > Subject: SFTP error 128 > > Hello: > > I have a Windows 2

RE: SFTP error 128

2007-12-25 Thread Mr Webber
] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Aggarwal Sent: Tuesday, December 25, 2007 9:59 AM To: cygwin@cygwin.com Subject: RE: SFTP error 128 Hello: I set read & execute permission on C:\ for Domain Usera and set modify for Domain Users on C:\Cygwin but I am still getting this error. Any id

RE: SFTP error 128

2007-12-27 Thread Neil Aggarwal
Mr Webber: I thought mkpasswd -l -d would process all local and domain accounts already. But, I tried what you suggested anyway. I executed these commands: /etc/postinstall/passwd-grp.sh.done mkpasswd -l -d >> /etc/passwd mkgroup -l -d >> /etc/group I still get SFTP error 128 w

RE: SFTP error 128

2007-12-27 Thread Mr Webber
, December 27, 2007 1:51 PM To: 'Mr Webber'; cygwin@cygwin.com Subject: RE: SFTP error 128 Mr Webber: I thought mkpasswd -l -d would process all local and domain accounts already. But, I tried what you suggested anyway. I executed these commands: /etc/postinstall/passwd-grp.sh.done mkpa

RE: SFTP error 128

2007-12-27 Thread Neil Aggarwal
> Very good for one with such a bad attitude! I did not mean to have a bad attitude. I was just trying to state that I thought -l switch already did what you wanted to do. > Now it is time to setup ssh to accept the connection you are > trying to make. > Anything you can do with ssh you can do

RE: SFTP error 128

2008-01-02 Thread Igor Peshansky
On Thu, 27 Dec 2007, Neil Aggarwal wrote: > > Very good for one with such a bad attitude! > > I did not mean to have a bad attitude. I was just trying > to state that I thought -l switch already did what > you wanted to do. > > > Now it is time to setup ssh to accept the connection you are > > t

RE: SFTP error 128

2008-01-04 Thread Neil Aggarwal
Igor: I turned off Symantec AntiVirus' protections and tried again. I can connect to SSH using a domain account but when I try to SFTP, I still get error 128. There is nothing else running that I can think of. The profile is the default one by cygwin and there is no /etc/rc.d directory. I check

RE: SFTP error 128

2008-01-04 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Fri, 4 Jan 2008, Neil Aggarwal wrote: > > One common problem with ssh-based services is stray output > > from profile/rc > > scripts. Check that your login scripts don't output anything to the > > console that may be confusing the sftp protocol. > > > > Also

RE: SFTP error 128

2008-01-08 Thread Neil Aggarwal
Igor: > See if > /0117.html> > is of any help. I logged in as the Administrator, ran the cygwin shell, and executed these commands: chmod 755 / chmod -R 755 /usr But, I still get error 128 from a domain user account. Is there a spe

RE: SFTP error 128

2008-01-08 Thread Neil Aggarwal
but not domain users. I set Read, Read & Execute, and List Folder Contents permissions for Domain Users on C:\ and the entire tree under C:\Windows. I am still getting SFTP Error 128. Is there any way to get some more information on why it is failing? Thanks, Neil --

RE: SFTP error 128

2008-01-08 Thread Igor Peshansky
On Tue, 8 Jan 2008, Neil Aggarwal wrote: > Igor: > > > See if > > > /0117.html> > > is of any help. > > I logged in as the Administrator, ran the cygwin shell, > and executed these commands: > chmod 755 / > chmod -R 755 /usr > > But,