git 在pull/push指定密钥文件

# 编辑当前用户的ssh config 文件
vim ~/.ssh/config

#每一组由 Host 开始
Host gitlab.com # 这里的ip/domain 是你的主机名,写ip或者域名
    Hostname altssh.gitlab.com
    User git
    Port 443 
    PreferredAuthentications publickey
    IdentityFile ~/.ssh/gitlab

 

posted @ 2020-03-07 03:00  cidgur  阅读(3072)  评论(0编辑  收藏  举报