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: Definitely no sshd on FAT32?


On Mar  3 22:57, Jason Pyeron wrote:
> Is there a way around the permission check on the private key files for the
> ssh client?
> 
> The key files are on a mapped drive for the domain controller. The domain
> controller was switched to samba who reports:
> [...]
> But in reality the files are 600 on the ext3 partition.

If you are a domain user then there's a good chance that your Samba
server is part of the domain and manages file permissions for domain
users as needed.  In this case try setting the environment variable
CYGWIN to contain "smbntsec":

  bash$ CYGWIN=smbntsec ssh remote-host

If that works, use this setting in your profile. Otherwise there's a
temporary solution.  Use

  bash$ CYGWIN=nontsec ssh remote-host

on every invocation of ssh.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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