摘要: 第一次生成 ssh key 若要配置多个 ssh key ssh-keygen -t rsa -C "abc@163.com" //记得取名字,不然会覆盖原来的(id_rsa_personal.pub) 重复上述步骤2,3 ssh服务器默认是去找id_rsa,现在需要把这个key添加到ssh-age 阅读全文
posted @ 2018-07-21 18:35 doublealoe 阅读(215) 评论(0) 推荐(0)