windows下通过cygwin生成ssh私钥公钥证书

主要用来git验证私钥公钥证书:

下载cygwinWindows版本:http://www.cygwin.com/setup-x86_64.exe
安装的时候一定留意需要安装openssl包,如图:

windows下通过cygwin生成ssh私钥公钥证书_第1张图片

生成私钥公钥命令:ssh-keygen -C '[email protected]' -f username.key

cygwin终端显示根目录位置为windows下对应的C:\cygwin64\home\位置

你可能感兴趣的:(windows下通过cygwin生成ssh私钥公钥证书)