Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 364877 - Can't push or pull using ssh with key setup
Summary: Can't push or pull using ssh with key setup
Status: RESOLVED NOT_ECLIPSE
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Git (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-25 20:30 EST by Pascal Rapicault CLA
Modified: 2011-12-06 09:46 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Rapicault CLA 2011-11-25 20:30:44 EST
For a while I've been setup to push and pull from eclipse.org using my public / private keys and it worked fine. However, today, this does not seem to work, whereas the same setup works fine against github.
Comment 1 Eclipse Webmaster CLA 2011-11-28 10:13:31 EST
Is there a specific error being returned?

I've taken a quick peek at the logs and I don't see a block on the last IP you logged in from.

-M.
Comment 2 Steffen Pingel CLA 2011-12-05 16:30:26 EST
Same here:

Looks like build/dev.eclipse.org are not accepting public keys anymore:

ssh -v spingel@build.eclipse.org
OpenSSH_5.8p1 Debian-1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010
...
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/spingel/.ssh/id_rsa
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Trying private key: /home/spingel/.ssh/id_dsa
debug1: Trying private key: /home/spingel/.ssh/id_ecdsa
debug1: Next authentication method: keyboard-interactive
Password:
Comment 3 Eclipse Webmaster CLA 2011-12-05 16:39:00 EST
When I look in the logs I see the following:

 Authentication refused: bad ownership or modes for directory /home/data/users/spingel

Looks like your user dir is g+rwx.  I've corrected that, so please try again.

-M.
Comment 4 Steffen Pingel CLA 2011-12-05 17:11:37 EST
Thanks! That fixed it.
Comment 5 Denis Roy CLA 2011-12-06 09:46:29 EST
(In reply to comment #0)
> For a while I've been setup to push and pull from eclipse.org using my public /
> private keys and it worked fine. However, today, this does not seem to work,
> whereas the same setup works fine against github.

You seem to have changed your user id to "Pascal" instead of the correct "prapicau".  We are not github  :)