Problem generating ssh key in git lab

Asked

Viewed 345 times

0

People I’m trying to generate an ssh key to use in my gitlab but it keeps giving this errorinserir a descrição da imagem aqui

I’m using git bash to generate the key using this command : ssh-keygen which may be happening?

  • 1

    what was the path taken for you to generate ssh key?

  • @Leonardotheodoro I followed these steps https://bigdataagronegocio.wordpress.com/2017/03/11/tutorial-de-instalacao-e-configuracao-do-gitlab-no-windows/

  • 1

    try using this command to generate your ssh key ssh-keygen -o -t rsa -b 4096 -C "[email protected]". As you are in windows, after you have generated, use this command to copy your SSH key cat ~/.ssh/id_ed25519.pub | clip. After copying, try to paste your new SSH and make sure it works!

  • @Leonardotheodoro keeps giving mistake saves me hahahaha please

  • The form contains the following errors: Fingerprint has already been Taken Fingerprint cannot be generated Key type is Forbidden. Must be RSA, ECDSA, or ED25519

1 answer

0

  • The link you sent from the documentation has the Usuario@Usuario-PC in the shown example.

  • But it doesn’t interfere, it doesn’t have to put, the computer’s indentification.

  • Really is unnecessary, I have seen with and without depending on the situation. But it will be that to take out in this case solves the problem of it...

  • I always use it without Gitub and Bitbucket, I can’t remember if Gitlab is like this?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.