| Summary: | Can't push or pull using ssh with key setup | ||
|---|---|---|---|
| Product: | Community | Reporter: | Pascal Rapicault <pascal> |
| Component: | Git | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED NOT_ECLIPSE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | shawn.minto, steffen.pingel |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Pascal Rapicault
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. 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: 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. Thanks! That fixed it. (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 :) |