Re: OpenSSH + Public Key Auth + ntsec

2003-07-08 Thread Mark Priest
from Windows Explorer if I am logged 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 P

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 andrew brian clegg
On Tue, 8 Jul 2003, John wrote: > CYGWIN="binmode ntsec tty". > > When making directories via ssh: > ssh "mkdir /cygdrive/d/temp/test" > or when copying files via scp: > scp file.txt :/cygdrive/d/temp/test > > the files are given the "ntsec" permissions from cygwin and are corrupting > the N

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 "mkdir /cygdrive/d/temp/test" or when copying files via scp: scp file.txt :/cygdrive/