SSH协议 SSH密钥
md .ssh
兼容问题
ssh-keygen -t ed25519 -C “email@example.com“
ssh-keygen -o -t rsa -b 4096 -C “email@example.com“
1  | cat ~/.ssh/id_ed25519.pub | clip  | 
添加密钥
1  | eval "$(ssh-agent -s)"  | 
fsh的博客
SSH协议 SSH密钥
md .ssh
兼容问题
ssh-keygen -t ed25519 -C “email@example.com“
ssh-keygen -o -t rsa -b 4096 -C “email@example.com“
1  | cat ~/.ssh/id_ed25519.pub | clip  | 
1  | eval "$(ssh-agent -s)"  |