lilypond-devel
[Top][All Lists]
Advanced

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

Re: #5355 Doc: document grob metadata in SVG output in Notation Referenc


From: James Lowe
Subject: Re: #5355 Doc: document grob metadata in SVG output in Notation Reference
Date: Wed, 04 Jul 2018 22:04:33 +0100 (BST)

Paul

On Wed, 4 Jul 2018 15:59:18 -0400, Paul Morris <address@hidden> wrote:

> James,
> 
> On 07/04/2018 09:41 AM, James Lowe wrote:
> 
> > On Sun, 1 Jul 2018 17:52:02 -0400, Paul Morris  wrote:
> >   
> >> Thanks.  It turned out I had a new SSH key that I hadn't added to
> >> Savannah yet.  So I got it to work by following CG 3.4.9
> >> http://lilypond.org/doc/v2.19/Documentation/contributor/commit-access
> >>
> >> I noticed that where the CG says:
> >>
> >> "
> >> SSH should issue the following warning:
> >>
> >> The authenticity of host 'git.sv.gnu.org (140.186.70.72)' can't
> >> be established.
> >> RSA key fingerprint is
> >> 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5.
> >> Are you sure you want to continue connecting (yes/no)?
> >>
> >> Make sure the RSA key fingerprint displayed matches the one above.
> >> "
> >>
> >> This did not match what I saw in my terminal.  (I saved what I saw if
> >> that's useful.)  It may have been a bad move but I lived dangerously and
> >> went ahead anyway.  But the CG may need an update?
> >   
> > I checked and using the command
> >
> > ssh-keygen -E md5 -lf <(ssh-keyscan git.sv.gnu.org 2>/dev/null)
> >
> > I get this for MD5 hashes
> > ....
> > 1024 MD5:80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5 git.sv.gnu.org 
> > (RSA)
> > ....
> >
> > and for SHA256
> >
> > ...
> > 1024 SHA256:FYkx0iik+iBeCLRzvUyUSTRT98TEBBJoYuQsTXbyGL8 git.sv.gnu.org (RSA)
> > ....
> > So the CG prints the MD5 hash - and it looks OK to me.
> >
> > If you didn't get either of those can you attach what you did get?
> >
> > James
> 
> Below is what I got, which doesn't match what you have above.  Looks 
> like I have ECDSA instead of RSA, or something?
> 
> $ git pull --verbose
> 
> The authenticity of host 'git.sv.gnu.org (208.118.235.201)' can't be 
> established.
> 
> ECDSA key fingerprint is SHA256:qRLLJ4w/GAeiDyYnbx4yWJbZXwGiYYxgNty7lAfUyuM.

OK I missed out the other stuff on my command line. E.g:

ssh-keygen -lf <(ssh-keyscan git.sv.gnu.org 2>/dev/null)
1024 SHA256:FYkx0iik+iBeCLRzvUyUSTRT98TEBBJoYuQsTXbyGL8 git.sv.gnu.org (RSA)
256 SHA256:o/oI4CKKcWc4cZvDFEdmOXsE3tiPP8bWa04h4bQjtV4 git.sv.gnu.org (ED25519)
256 SHA256:qRLLJ4w/GAeiDyYnbx4yWJbZXwGiYYxgNty7lAfUyuM git.sv.gnu.org (ECDSA)

Which is what you had.

Looks like MD5 is no longer the default response. Although I don't know why you 
didn't get abn RSA response

When I get some time I'll walk thorough the CG guide myself to see if I get you 
get and we can update the doc. It's been about 12months since I last went 
through it.

But those hashes look correct.

James






reply via email to

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