1. 程式人生 > >gitlab add sshkey(包括第二個key)

gitlab add sshkey(包括第二個key)

margin col nac keygen -a git 步驟 生成 str

一 gitlab 添加sshkey

終端生成key

1 ssh-keygen -t rsa -C "[email protected]"//github郵箱地址

密碼驗證

成功標誌

技術分享

2 ssh-add id_rsa.pub //添加到known_hosts

3 cat id_rsa.puh //獲得key 復制key

4 把key 黏貼到gitlab.com sshkey

二 添加第二個key

1 ssh-keygen -t rsa -C "[email protected]" -f id_rsa_github

2 一的步驟在做一次

gitlab add sshkey(包括第二個key)