Downloading Ardour's source code (via git)

Yesterday I updated my version of TortoiseGit here but this morning I can’t ‘pull’ or ‘fetch’ from Ardour’s repo. Here’s the error message I see:-

Capture-17

Is that something I need to update (i.e. something I need to get from the Ardour dev team)? Or does it look more like some issue with TortoiseGit?

I don’t know. Nothing has changed, and I can git pull just fine.

I assume you have used a ssh key (not password) in the past just fine?

Thanks Robin - I’ve a feeling it generated some keys in EdDSA format (whatever that is??) but there seems to be another option called SSH-1 (RSA). Should I maybe try that?

Though having said that… immediately before that error I saw this message box which seems to refer to SSH format so I’m totally confused.

Capture-16

hmm here I get

ssh -o VisualHostKey=yes git.ardour.org
Host key fingerprint is SHA256:Pu3NAKizdKQQJkoTwynMmMdRf2GZzEZTZN3/Csij2+c
+---[ECDSA 256]---+
|==oo.  +==+. .   |
|+==  . .*+  . .  |
|o+o   ...      . |
|oo..   o        .|
|. .   o S. .    .|
|   . + . o+ .   .|
|    = . o.o. . . |
|   . +  .+ +. .  |
|    .   ..ooE    |
+----[SHA256]-----+

and I get the same as robin.

And I get this - but I’ve no idea why it’s wrong or how to correct it:-

ssh -o VisualHostKey=yes git.ardour.org
Host key fingerprint is SHA256:hCNym7kMmDqgXe832zhY+AFgPnVLP/GHcL7ARzRTB6o
±-[ED25519 256]–+
| .+.o…|
| o …o o o+ . |
| .ooooo.+ B… |
| o oo=.o. =.= . |
|+ . =. oS E+ o |
|+. + o. o . |
|+ . o .+ . |
| . … =o |
| …o+. |
±—[SHA256]-----+
Load key “C:\Users\JohnE/.ssh/id_ed25519”: invalid format
johne@git.ardour.org: Permission denied (publickey).

Ah - I’ve just noticed that your keys are in ECDSA format whereas mine got generated in EdDSA format so that’s most likely the problem. I’ve now generated a key pair in ECDSA format but I don’t know what to do with them :confounded:

There’s a guy who’s been helping me on the TortoiseGit forum but he’s gone very quiet so I guess he’s a bit flummoxed himself.

I must admit, you’ve got me wondering now Robin… I can fetch and pull just fine from Mixbus’s repo - so I’m wondering now if maybe there was always some issue with Ardour’s repo and I had to use password access.

Is there even such a thing these days?

I get the same as John :

peder@opensuse:> ssh -o VisualHostKey=yes git.ardour.org

The authenticity of host 'git.ardour.org (54.235.123.47)' can't be established.
ED25519 key fingerprint is SHA256:hCNym7kMmDqgXe832zhY+AFgPnVLP/GHcL7ARzRTB6o.
+--[ED25519 256]--+
....
1 Like