Am So., 28. Feb. 2021 um 19:16 Uhr schrieb David Kastrup <d...@gnu.org>: > > Thomas Morley <thomasmorle...@gmail.com> writes: > > > Hi, > > > > for hunting a bug I revived an older LilyDev in Virtual Box (based on > > Debian-8). > > > > To get access to GitLab (formerly git was connected to savannah) I did: > > $ git remote set-url origin g...@gitlab.com:lilypond/lilypond.git > > > > And to update git I tried: > > $ git fetch > > -> > > The authenticity of host 'gitlab.com (172.65.251.78)' can't be established. > > ECDSA key fingerprint is f1:d0:fb:46:73:7a:70:92:5a:ab:5d:ef:43:e2:1c:35. > > Are you sure you want to continue connecting (yes/no)? yes > > Warning: Permanently added 'gitlab.com,172.65.251.78' (ECDSA) to the > > list of known hosts. > > Permission denied (publickey,keyboard-interactive). > > fatal: Could not read from remote repository. > > > > Please make sure you have the correct access rights > > and the repository exists. > > > > > > What am I missing? > > The file > > $HOME/.ssh/id_ed25519 > > or wherever you are supposed to store the secret key corresponding to > your SSH key pair. > > For R/O (public) access, there will be different credentials you can use > without your personal secret key copy. > > -- > David Kastrup
I had to create a new key, there was none in .ssh-folder. Then following gitlab-docs was successful. Thanks, Harm