Re: task_self on hurd
Bill Allombert, le Wed 11 Sep 2013 20:26:27 +0200, a écrit :
> On Wed, Sep 11, 2013 at 07:45:03PM +0200, Samuel Thibault wrote:
> > Bill Allombert, le Wed 11 Sep 2013 18:43:12 +0200, a écrit :
> > > Yesterday the ssh key fngerprint did not match
> > > the one in <http://db.debian.org/machines.cgi?host=exodar>
> >
> > Oh? It does match right now:
> >
> > debug1: Server host key: RSA 8a:f7:b3:c4:69:79:f0:fb:fc:ae:a5:87:bb:09:cc:c1
>
> With wheezy ssh client I get a different key:
>
> The authenticity of host 'exodar.debian.net (46.105.42.112)' can't be established.
> ECDSA key fingerprint is b7:58:f7:2e:cd:3a:8f:7c:36:bc:35:1e:5a:17:52:86.
Mmm, I don't understand why,
when connecting through exodar.sceen.net, I'm getting the RSA key, and
when connecting through exodar.debian.net, I'm getting the ECDSA key.
Could it be because exodar.debian.net has an RRSIG DNS record?
And actually back in 2011 I've sent the three keys (DSA/RSA/ECDSA) for
inclusion in the database, but it seems the URL above only mentions the
RSA key.
Another way to go is to force using the RSA host verification algorithm,
since the website only shows an RSA key:
ssh -o HostKeyAlgorithms=ssh-rsa exodar.debian.net
Samuel
Reply to: