Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] Committers access: SSH key authentication not working

You don't need a full shell to run scp and scp does set the permissions on the remote end to match, at least on Linux.

Doug.

> -----Original Message-----
> From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Oberhuber, Martin
> Sent: Friday, September 30, 2011 2:21 AM
> To: TCF Development
> Subject: Re: [tcf-dev] Committers access: SSH key authentication not working
> 
> Maybe a permission problem?
> 
> AFAIK ~/.ssh must be readable for the user only (700 permissions), and Uwe
> likely can't set permissions like this by upload only without a full shell.
> I suppose you'll need webmaster help.
> Have you opened a defect against Eclipse Foundation / Community / Servers
> yet ?
> 
> Thanks,
> Martin
> --
> Martin Oberhuber, SMTS / Product Architect - Development Tools, Wind
> River direct +43.662.457915.85  fax +43.662.457915.6
> 
> 
> -----Original Message-----
> From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Stieber, Uwe
> Sent: Friday, September 30, 2011 7:24 AM
> To: TCF Development
> Subject: Re: [tcf-dev] Committers access: SSH key authentication not working
> 
> Doug,
> 
> It does not work with RSA, DSA, with or without passphrase. It simply does
> not work at all. I can upload whatever key possible, it does not pick it up. And
> the lack of real help or documentation is scandalous.
> 
> Best regards, Uwe
> 
> 
> > -----Original Message-----
> > From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx]
> > On Behalf Of Schaefer, Doug
> > Sent: Donnerstag, 29. September 2011 21:21
> > To: Git related discussions, specifcally migration help for projects
> > at Eclipse.org; TCF Development
> > Subject: Re: [tcf-dev] Committers access: SSH key authentication not
> > working
> >
> > Also, I've been using RSA keys without a passphrase (ssh-keygen
> > defaults). Works fine on all the different sites I've tried it with.
> >
> > > -----Original Message-----
> > > From: git-bounces@xxxxxxxxxxx [mailto:git-bounces@xxxxxxxxxxx] On
> > > Behalf Of Schaefer, Doug
> > > Sent: Thursday, September 29, 2011 2:41 PM
> > > To: TCF Development; git@xxxxxxxxxxx
> > > Subject: Re: [git] Committers access: SSH key authentication not
> > > working
> > >
> > > One thing the CDT gang noticed is that you need to make sure your
> > > authorized_keys file is mode 600. Anything less strict and ssh will ignore
> it.
> > >
> > > > -----Original Message-----
> > > > From: tcf-dev-bounces@xxxxxxxxxxx
> > > > [mailto:tcf-dev-bounces@xxxxxxxxxxx]
> > > > On Behalf Of Stieber, Uwe
> > > > Sent: Thursday, September 29, 2011 1:44 PM
> > > > To: TCF Development; git@xxxxxxxxxxx
> > > > Subject: Re: [tcf-dev] Committers access: SSH key authentication
> > > > not working
> > > >
> > > > Resending with fixed To: eMail addresses.
> > > >
> > > >  Hi,
> > > >
> > > >  OK, after the move of the TCF repository from SVN to Git, the
> > > > committer access is broken. It won't use  the ssh-dsa key from the
> > > > scp'ed authorized_keys file (scp'ed as described at
> > > http://wiki.eclipse.org/Git).
> > > > Sticking to entering the password a hundred times the day is not an
> option.
> > > > How to diagnose this issue? Where to get help? Any insight or hint
> > > > would be appreciated as I'm  stuck with my project work until the
> > > > issue is
> > > resolved.
> > > >
> > > >  Thanks, Best regards, Uwe
> > > > _______________________________________________
> > > > tcf-dev mailing list
> > > > tcf-dev@xxxxxxxxxxx
> > > > http://dev.eclipse.org/mailman/listinfo/tcf-dev
> > > _______________________________________________
> > > git mailing list
> > > git@xxxxxxxxxxx
> > > http://dev.eclipse.org/mailman/listinfo/git
> > _______________________________________________
> > tcf-dev mailing list
> > tcf-dev@xxxxxxxxxxx
> > http://dev.eclipse.org/mailman/listinfo/tcf-dev
> _______________________________________________
> tcf-dev mailing list
> tcf-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/tcf-dev
> _______________________________________________
> tcf-dev mailing list
> tcf-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/tcf-dev


Back to the top