Github deploy key使用

莫須有發表於2021-03-16
ssh-keygen -f ~/.ssh/deploy  // 生成key

Could not open a connection to your authentication agent

ssh-agent bash // 執行後重新
ssh-add ~/.ssh/deploy // 新增認證
ssh-add -l // 查詢認證

key 僅儲存一次,不能儲存至全域性

vim /etc/ssh/ssh_config
// 增加
IdentityFile ~/.ssh/deploy
本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章