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.
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.
-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)
After that I executed the command:
ssh-keygen -t rsa -C "[email protected]"
perfectly generating ssh key:
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 git ssh
You are not signed in. Login or sign up in order to post.
Possible duplicate of https://answall.com/q/273662/64969?
– Jefferson Quesado