ssh-keys git
生活随笔
收集整理的這篇文章主要介紹了
ssh-keys git
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"Enter file in which to save the key (/home/google/.ssh/id_rsa): id_rsa_code_aliyun#配置.ssh config文件 Host code.aliyun.comHostName code.aliyun.comIdentityFIle ~/.ssh/id_rsa_code_aliyun#驗證連通成功 ssh -T git@code.aliyun.com#tortoisegit Puttygen生成ppk #Pageant 添加ppk#Adding your SSH key to the ssh-agent eval $(ssh-agent -s) ssh-add ~/.ssh/id_rsahttps://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
轉載于:https://my.oschina.net/bobchow/blog/919053
總結
以上是生活随笔為你收集整理的ssh-keys git的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: WPF DataGridRow Eve
- 下一篇: git 常见命令