生成 ssh key 密钥对,并部署到 gitee 和 github

生成 ssh 部署 gitee github 密钥 key 公钥 编程技术
发布日期 2022-10-22 更新日期 2022-10-22 阅读次数 152 文章字数 363

生成 ssh key 【邮箱并不一定需要真实的,可以随意填写】

ssh-keygen -t ed25519 -C "xxxxx@xxxxx.com"  
# Generating public/private ed25519 key pair...

接下来,会有三个提示,其中第一个比较重要,就是生成的文件放在哪里?【此时可修改文件路径和文件名】

如果选择了三个回车,则自动生成 ~/.ssh/id_ed25518 名称的公钥和私钥,把公钥拿出来,部署在 gitee 和 github 即可

cat ~/.ssh/id_ed25519.pub
# ssh-ed25519 AAAAB3NzaC1yc2EAAAADAQABAAABAQC6eNtGpNGwstc....

【一对密钥,其中公钥可以同时部署在 gitee 和 github,或其他服务器,只要保证用户 .ssh 下存在对应的私钥解密即可,保存一对常用的,就不用重复生成大量的 ssh key】


文章作者: 朱丰华

文章链接: https://smart.52dixiaowo.com/blog/post-146.html

版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。

生成 ssh 部署 gitee github 密钥 key 公钥

发表评论

相关推荐
朱丰华   |   2个月前   |   对象 · 属性 · 反射 · js

js 对象反射 Reflect

96    评论    点赞
朱丰华   |   2个月前   |   启动 · php

debian12开机启动sh

161    评论    点赞
朱丰华   |   3个月前   |   sql · mysql · 字节 · 字符

mysql常用字段类型详解

123    评论    点赞
朱丰华   |   1年前   |   git

git从缓存中移除数据git rm --cached

503    评论    点赞
朱丰华   |   1年前   |   php

php判断是否被iframe

313    评论    点赞
朱丰华   |   1年前   |   checkbox

checkbox默认传值问题

469    评论    点赞
朱丰华   |   1年前   |   页面 · 监听

iframe子父页面信息传递与监听

528    评论    点赞
朱丰华   |   1年前   |   linux · upx

Linux下安装UPX

592    评论    点赞
朱丰华   |   1年前   |   linux

linux保持后台进程不被关闭nohup &

320    评论    点赞
朱丰华   |   1年前   |   php

php正则表达式定界符:异常Delimiter must not be alphanumeric or backslash

247    评论    点赞
朱丰华   |   1年前   |   git

git push -u参数是什么意思?--set-upstream

358    评论    点赞
朱丰华   |   1年前   |   git · hub · 仓库

go克隆并引用github仓库

202    评论    点赞
朱丰华   |   1年前   |   sql · mysql

mysql Timestamp或dateTime格式筛选

183    评论    点赞
朱丰华   |   1年前   |   javascript

通过Javascript获得页面元素的字体大小

185    评论    点赞
{{item.author_name}}   |   {{new Date(item.date*1000).log()}}   |   {{it}} ·

{{item.title}}

{{item.uv}}    评论    点赞