生成SSH密钥

1. 打开Git Bash
2. 粘贴以下文本,替换为您的GitHub电子邮件地址

ssh-keygen -t ed25519 -C "your_email@example.com"
# 旧系统不支持Ed25519算法,使用如下命令
# ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

3. 当提示您输入要在其中保存密钥的文件时,请按Enter接受默认文件位置

Enter a file in which to save the key (/c/Users/you/.ssh/id_ed25519):[Press enter]

4. 在提示符下,键入一个安全密码

Enter passphrase (empty for no passphrase): [Type a passphrase]
Enter same passphrase again: [Type passphrase again]

5. 可以通过键入以下命令来更改现有私钥的密码,而无需重新生成密钥对

ssh-keygen -p -f ~/.ssh/id_ed25519
Enter old passphrase: [Type old passphrase]
Enter new passphrase (empty for no passphrase): [Type new passphrase]
Enter same passphrase again: [Repeat the new passphrase]

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值