OpenSSH + Public Key Auth + ntsec

2003-07-08 Thread John
Hello, We are running openssh 3.5p1 with public key authentication working with no problems. Currently, we have sshd running with the following: CYGWIN=binmode ntsec tty. When making directories via ssh: ssh server mkdir /cygdrive/d/temp/test or when copying files via scp: scp file.txt

Re: OpenSSH + Public Key Auth + ntsec

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, John wrote: CYGWIN=binmode ntsec tty. When making directories via ssh: ssh server mkdir /cygdrive/d/temp/test or when copying files via scp: scp file.txt server:/cygdrive/d/temp/test the files are given the ntsec permissions from cygwin and are corrupting the

Re: OpenSSH + Public Key Auth + ntsec

2003-07-08 Thread John
Here is the corruption as explained by my NT admin: --- Begin --- Our current ACL is: (Owner): Administrators Administrators : Full Control SYSTEM : Full Control ServiceAccount : Full Control Currently, whatever ssh/scp touches - the following ACL gets applied: (Owner):

Re: OpenSSH + Public Key Auth + ntsec

2003-07-08 Thread Mark Priest
in as a member of Administrators. Good luck, Mark - Original Message - From: John [EMAIL PROTECTED] To: andrew brian clegg [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 2:39 PM Subject: Re: OpenSSH + Public Key Auth + ntsec Here is the corruption as explained by my NT admin