Windows 10 SSH keys

后端 未结 11 1691
难免孤独
难免孤独 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:24

    Also, you can try (for Windows 10 Pro) Run Powershell as administrator and type ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

提交回复
热议问题