其他分享
首页 > 其他分享> > 生成ssh key

生成ssh key

作者:互联网

ssh-keygen -t rsa

或者

ssh-keygen -t rsa -C “924466726@qq.com”

cat id_rsa.pub

//拷贝秘钥 ssh-rsa开头

git clone git@xxx.xxx.com:xxx 来下载代码

ssh-keygen -R + 服务器的IP 更新我们的认证信息

ssh-keygen -R 47.100.96.240

标签:git,xxx,rsa,keygen,ssh,key,生成,com
来源: https://blog.csdn.net/walsyker/article/details/117574856