RE: ssh: issue with file permissions on Samba network shares

2008-04-01 Thread Dave Korn
Andrew DeFaria wrote on 01 April 2008 16:11: > Greg Chicares wrote: > > On 2008-04-01 13:31Z, Public Mailing Lists wrote: > > > > Permissions 0644 for '/home/xxx/.ssh/id_rsa' are too open. > > Try this: > > chmod 600 ~/.ssh/id_rsa > If that doesn't work (after the chmod try an ls -l to verify

Re: ssh: issue with file permissions on Samba network shares

2008-04-01 Thread Andrew DeFaria
Greg Chicares wrote: On 2008-04-01 13:31Z, Public Mailing Lists wrote: Permissions 0644 for '/home/xxx/.ssh/id_rsa' are too open. Try this: chmod 600 ~/.ssh/id_rsa If that doesn't work (after the chmod try an ls -l to verify the mod) then it could be that your home directory is being share

Re: ssh: issue with file permissions on Samba network shares

2008-04-01 Thread Greg Chicares
On 2008-04-01 13:31Z, Public Mailing Lists wrote: > >> Permissions 0644 for '/home/xxx/.ssh/id_rsa' are too open. Try this: chmod 600 ~/.ssh/id_rsa -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: ssh issue

2004-02-23 Thread Pierre A. Humblet
Richard Duran wrote: > > We are running an "automounter" service as a DomainAdmin (because > LocalSystem doesn't have access to networked items). When we ssh into > the box we can see all the network drives under "/cygdrive". However, > when we set up ssh-passthru to that [EMAIL PROTECTED] can c

Re: ssh issue

2004-02-23 Thread Igor Pechtchanski
On Mon, 23 Feb 2004, Richard Duran wrote: > We are running an "automounter" service as a DomainAdmin (because > LocalSystem doesn't have access to networked items). When we ssh into > the box we can see all the network drives under "/cygdrive". However, > when we set up ssh-passthru to that [EMAIL