This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: /usr/bin/install: accessing `//filesrv/chj//.bashrc': Permission denied


Don't try to get shares working like that through sshd. You'll be missing hair
afterwards.

Specify the share as a mount point with mount.
And then add your .bashrc:

if ! ls /mount_point/. 2>&1 >/dev/null; then
	/c/WINDOWS/system32/net USE /USER:username '\\share' password
fi

Yep, about as secure as you can chmod it, but that's life with windows.

-cl

On Tue, May 09, 2006 at 10:02:03AM +0200, Lloeki wrote:
> >
> >so I guess this is really about shares...
> >
> 
> It's not really about shares, it's more about the user sshd runs
> under, and which happens to be sent to the share auth system.
> 
> Lloeki

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]