📌  相关文章
📜  将 ssh 密钥添加到 windows openssh 客户端 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:23.858000             🧑  作者: Mango

代码示例1
# If you want to add your existing SSH key
# to your OpenSSH client in Windows 10/11 do the following;

Copy your existing id_rsa key (and possibly id_rsa.pub)
into C:/Users/[your user]/.ssh/

Resulting in C:/Users/[your user]/.ssh/id_rsa 
        and  C:/Users/[your user]/.ssh/id_rsa.pub