SSH_Key管理

生成Key

ssh-keygen -t rsa -C "eonun@qq.com"

导入Key

chmod 0600 .ssh/id_rsa
ssh-add .ssh/id_rsa
ssh-add -l

疑难杂症

Could not open a connection to your authentication agent. 未运行SSH代理
通过 eval "$(ssh-agent -s)" 运行