在coding上添加ssh-key

第一步:检查有没有ssh-key

第二步:生成ssh-key

第三步:添加到coding上或者Github上。

ls -al ~/.ssh

ssh-keygen -t rsa -C "yourmail@emple.com"

Created directory '/Users/linxiu/.ssh'

输入密码

your key is.......

cat ~/.ssh/id_rsa.pub

完毕。

网址:

http://www.jianshu.com/p/31cbbbc5f9fa/

上一篇:浅谈Android应用保护(一):Android应用逆向的基本方法


下一篇:脚本_修改 Linux 系统的最大打开文件数量