ssh-keygen -t ed25519 -C “<注释内容>”
C:\Users\ThinkPad.ssh\config
Host codeup.aliyun.com
HostName codeup.aliyun.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519
Host xglinux
HostName codeup.aliyun.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/imgoby_ed25519
本文详细描述了如何在Windows系统中为阿里云CodeUp设置SSH密钥对,使用ed25519算法,包括生成密钥和在`~.sshconfig`文件中的配置示例。

被折叠的 条评论
为什么被折叠?



