码迷,mamicode.com
首页 > 其他好文 > 详细

ssh添加公钥

时间:2015-06-24 00:36:03      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:

ssh-keygen生成公钥存储在文件: ~/.ssh/id_rsa.pub

如果ssh-add -l命令后没有一串长的字符串, 把私钥密钥对的ID(fingerPrint)加入ssh的认证代理ssh-agent里面

ssh-add ~/.ssh/id_rsa

此时再检测是否生成了fingerPrint

ssh-add -l

ssh添加公钥

标签:

原文地址:http://www.cnblogs.com/x113/p/4596652.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!