您的位置: 首页 > IT文章 > github 生成ssh key github 生成ssh key 分类: IT文章 • 2025-01-21 16:28:37 ssh-keygen -t ed25519 -C "your_email@example.com" eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_ed25519 参考链接: Generating a new SSH key and adding it to the ssh-agent