push key for github

来源:互联网 发布:ubuntu默认开启小键盘 编辑:程序博客网 时间:2024/06/05 18:56

add $HOME/.ssh/config
Host *.baidu.com
IdentityFile ~/.ssh/id_rsa

Host github.com
IdentityFile ~/.ssh/id_rsa.github
User git
ssh-keygen -t rsa -b 4096 -C “xingfe123@gmail.com”

/home/luoxing/.ssh/id_rsa.github

原创粉丝点击