Folder . ssh is not created when generating the ssh-keygen -t rsa -C command "[email protected]"

Asked

Viewed 571 times

1

When trying to create a key ssh the Folder .ssh not created in windows when generating command ssh-keygen -t rsa -C "[email protected]". With that I can’t get the key that should be inside that folder.

  • Possible duplicate of https://answall.com/q/273662/64969?

1 answer

-1

Able to generate the . ssh key in windows. After manually creating the SSH folder in the /GNU directory (this folder is created after the default installation in windows)

inserir a descrição da imagem aqui

After that I executed the command:

ssh-keygen -t rsa -C "[email protected]"

perfectly generating ssh key:

inserir a descrição da imagem aqui

I can not explain why in windows there is this bug, did not happen with me on linux. Anyway, problem solved.

  • You already answered that here, then you don’t need to replicate the answer, just mark as duplicate.

Browser other questions tagged

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