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

1

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.

    
asked by anonymous 14.09.2017 / 21:35

1 answer

-1

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.

    
01.02.2018 / 22:31