Windows 10 SSH keys

后端 未结 11 1782
难免孤独
难免孤独 2020-12-12 14:57

I am having a really hard time getting my SSH keys up and running after installing Windows 10. Normal method is create it and throw it in the user\'s account under .ssh. T

11条回答
  •  没有蜡笔的小新
    2020-12-12 15:28

    1. Open the windows command line (type "cmd" on the search box and hit enter).
    2. It'll default to your home folder, so you don't need to cd to a different one.
    3. Type ssh-keygen
    4. Follow the instructions and you are good to go
    5. Your ssh keys should be stored at chosed directory, the default is: /c/Users/YourUserName/.ssh/id_rsa.pub

    p.s.: If you installed git with bash integration (like me) open "Git Bash" instead of "cmd" on first step

提交回复
热议问题