1 打开Windows PowerShell 2 打开 PowerShell 后,输入以下代码 ssh证书生成 ssh-keygen -t rsa -C “xxxx@xxxxx.com(此处填写你的邮箱)” ssh-keygen -t rsa -C "2624686862@qq.com 然后Enter键按三下,下面示意图中,我是已经生产了SSH密钥,默认情况下在C盘处。 3 查看密钥 执行下面指令 cd .ssh more id_rsa.pub