When trying to create a ssh key, the .ssh folder is not created in windows by generating the ssh-keygen -t rsa -C "[email protected]"
command. With this I can not get the key that should be inside that folder.
When trying to create a ssh key, the .ssh folder is not created in windows by generating the ssh-keygen -t rsa -C "[email protected]"
command. With this I can not get the key that should be inside that folder.
Generate the .ssh key on windows. After manually creating the SSH folder in the / GNU directory (this folder is created after the default installation on windows)
AfterthisIexecutedthecommand:
ssh-keygen-trsa-C"[email protected]"
Generating the ssh key perfectly:
I can not explain why this windows bug exists, it did not happen to me in linux. In any case, problem solved.