Key-Github-SSH
- Generating a new SSH key and adding it to the ssh-agent
Shell Command
ssh-keygen -t ed25519 -C "x@x.com"
File Folder
~/.ssh/~/.ssh/id_ed25519~/.ssh/id_ed25519.pub
ssh-keygen -t ed25519 -C "x@x.com"~/.ssh/~/.ssh/id_ed25519~/.ssh/id_ed25519.pub本文来自博客园,作者:Theseus‘Ship,转载请注明原文链接:https://www.cnblogs.com/yongchao/p/20407262