$ cat .ssh/config
#aliyeye

Host aliyeye.com.cn
    HostName aliyeye.com.cn
    PreferredAuthentications publickey
    IdentityFile ~/.ssh/aliyeye_com_rsa

# gitee
Host gitee.com
    HostName gitee.com
    PreferredAuthentications publickey
    IdentityFile ~/.ssh/gitee_rsa

  

 posted on 2019-01-10 10:04  ChaseForFuture  阅读(210)  评论(0编辑  收藏  举报