[savannah-help-public] [sr #109129] My access to the GPSD repository is broken

2016-08-31 Thread Bob Proulx
Follow-up Comment #4, sr #109129 (project administration):

I did a quick look and I see this that may be associated with your login. The
log doesn't really associate these things enough to be sure.

userauth_pubkey: unsupported public key algorithm: ssh-ed25519

Remember that the current VMs are running old software. It won't know about
the new ed255519 encryption. It will need to be an ssh-rsa type of key.

Progress is actually finally being made on upgrading them. But there is still
more work to be done before we switch over to the new systems.


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/




[savannah-help-public] [sr #109129] My access to the GPSD repository is broken

2016-08-31 Thread Bob Proulx
Follow-up Comment #3, sr #109129 (project administration):

Do DSA keys work?  Sorry.  No time to investigate myself at the moment. But
see this reference.

http://savannah.gnu.org/maintenance/SshAccess/

Please try using an RSA key.  It is what you want to be using regardless.


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/




[savannah-help-public] [sr #109129] My access to the GPSD repository is broken

2016-08-31 Thread Eric S. Raymond
Follow-up Comment #2, sr #109129 (project administration):

The session in full:

esr@snark:~/software$ git clone ssh://e...@git.sv.gnu.org:/srv/git/gpsd.git
Cloning into 'gpsd'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I tried re-uploading my dsa key as a third one (leaviing the previous two in
place).  It didn't help.

___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/




[savannah-help-public] [sr #109129] My access to the GPSD repository is broken

2016-08-31 Thread Bob Proulx
Update of sr #109129 (project administration):

  Status:None => Need Info  
 Assigned to:None => rwp

___

Follow-up Comment #1:

Your error message shows:

git://git.sv.gnu.org/gpsd.git

But the git:// protocol is the read-only anonymous protocol.  Change that to
using the ssh:// authenticated protocol and I am confident it will work for
you.  This is a common confusion.  Your remote url for push needs to be
similar to this form:

  ssh://e...@git.sv.gnu.org:/srv/git/gpsd.git

I will leave the ticket open until you tell me you have it working. Please let
me know. :-)



___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/