savannah-users
[Top][All Lists]
Advanced

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

Re: [Savannah-users] accessing git.sv machine


From: Bob Proulx
Subject: Re: [Savannah-users] accessing git.sv machine
Date: Wed, 26 Nov 2014 12:02:46 -0700
User-agent: Mutt/1.5.23 (2014-03-12)

Phillip Lord wrote:
> Next line is here (on the machine that works)
> 
> debug1: Authentications that can continue: publickey
> debug1: Next authentication method: publickey
> debug1: Offering RSA public key: /home/phillord/.ssh/id_rsa
> debug1: Server accepts key: pkalg ssh-rsa blen 279
> debug1: Authentication succeeded (publickey).
> Authenticated to git.sv.gnu.org ([140.186.70.72]:22).
> 
> or here where it doesn't.
> 
> debug1: Authentications that can continue: publickey
> debug1: Next authentication method: publickey
> debug1: Offering RSA public key: /home/phillord/.ssh/id_rsa
> debug1: Authentications that can continue: publickey
> debug1: Offering DSA public key: /home/phillord/.ssh/id_dsa
> 
> Not that informative, I fear.

Informative enough.  This leads me to believe that those keys are
actually different.  You have one ssh key installed for access.  Try
comparing the fingerprints of those two keys.  Or the literal
checksums of them.

  ssh-add -l
  ssh-add -L
  md5sum /home/phillord/.ssh/id_rsa

Try comparing the fingerprint of those files on the two machines.  I
suspect they are actually different.  I suspect that the one at home
is okay but the one at work is different and that is why it isn't
being allowed.

Note that it is supported to have multiple ssh keys in the authorized
key list.  You have one key installed.

Bob



reply via email to

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