savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[savannah-help-public] groff member, cannot clone git repo


From: Peter Schaffter
Subject: [savannah-help-public] groff member, cannot clone git repo
Date: Mon, 3 Mar 2014 16:15:20 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

Hi.

I've been a contributing groff member for years.  After groff
recently switched from cvs to git, I am suddenly unable to access
the repo.

  git clone address@hidden:/srv/git/groff.git

returns

  Cloning into 'groff'...
  Permission denied (publickey).
  fatal: The remote end hung up unexpectedly

Thinking perhaps I needed a new public key, I generated one in the
usual way with ssh-keygen and copied ~/.ssh/id_rsa.pub to my
account (checking for spaces, linebreaks, etc).  No go.

  ssh -v address@hidden

returns

  OpenSSH_6.0p1 Debian-3ubuntu1, OpenSSL 1.0.1c 10 May 2012
  debug1: Reading configuration data /etc/ssh/ssh_config
  debug1: /etc/ssh/ssh_config line 19: Applying options for *
  debug1: Connecting to git.sv.gnu.org [140.186.70.72] port 22.
  debug1: Connection established.
  debug1: identity file /home/peter/.ssh/id_rsa type 1
  debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  debug1: identity file /home/peter/.ssh/id_rsa-cert type -1
  debug1: identity file /home/peter/.ssh/id_dsa type -1
  debug1: identity file /home/peter/.ssh/id_dsa-cert type -1
  debug1: identity file /home/peter/.ssh/id_ecdsa type -1
  debug1: identity file /home/peter/.ssh/id_ecdsa-cert type -1
  debug1: Remote protocol version 2.0, remote software version
  OpenSSH_5.9
  debug1: match: OpenSSH_5.9 pat OpenSSH_5*
  debug1: Enabling compatibility mode for protocol 2.0
  debug1: Local version string SSH-2.0-OpenSSH_6.0p1 Debian-3ubuntu1
  debug1: SSH2_MSG_KEXINIT sent
  debug1: SSH2_MSG_KEXINIT received
  debug1: kex: server->client aes128-ctr hmac-md5 none
  debug1: kex: client->server aes128-ctr hmac-md5 none
  debug1: sending SSH2_MSG_KEX_ECDH_INIT
  debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  debug1: Server host key: RSA
  80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5
  debug1: Host 'git.sv.gnu.org' is known and matches the RSA host key.
  debug1: Found key in /home/peter/.ssh/known_hosts:1
  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
  debug1: Next authentication method: publickey
  debug1: Offering RSA public key: /home/peter/.ssh/id_rsa
  debug1: Authentications that can continue: publickey
  debug1: Offering RSA public key: /home/peter/.ssh/id_rsa
  debug1: Authentications that can continue: publickey
  debug1: Trying private key: /home/peter/.ssh/id_dsa
  debug1: Trying private key: /home/peter/.ssh/id_ecdsa
  debug1: No more authentication methods to try.
  Permission denied (publickey).

I'm no ssh or git expert, and am at a loss as to why what worked
flawlessly for a decade is broken.  Please help.

-- 
Peter Schaffter
http://www.schaffter.ca



reply via email to

[Prev in Thread] Current Thread [Next in Thread]