Skip to main content

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

With the help of the webmasters to clean out my committer home @eclipse.org, I had been able to resolve the issue for me. Works perfectly fine now.

Please note that the "scp" instruction on http://wiki.eclipse.org/Git are some what incorrect/unclear. I think the correct instructions should be:

	mkdir -p eclipse/.ssh
	cat my.key.pub >> eclipse/.ssh/authorized_keys
	cd eclipse
	chmod 700 .ssh
	chmod 600 .ssh/authorized_keys
	scp -r -p .ssh git.eclipse.org:
	cd ..
	rm -rf eclipse

Best regards, Uwe :)



> -----Original Message-----
> From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Schaefer,
> Doug
> Sent: Freitag, 30. September 2011 10:27
> To: TCF Development
> Subject: 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
> _______________________________________________
> tcf-dev mailing list
> tcf-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/tcf-dev


Back to the top