github 生成 新增SSH公鑰

2021-09-28 18:00:07 字數 743 閱讀 2830

生成/新增ssh公鑰

你可以按如下命令來生成 sshkey:(你自己的郵箱)

ssh-keygen -t rsa -c "***xx@***xx.com"  

# generating public/private rsa key pair...

按照提示完成三次回車,即可生成 ssh key。

通過檢視 ~/.ssh/id_rsa.pub 檔案內容,獲取到你的 public key

複製生成後的 ssh key,通過倉庫主頁 「管理」->「部署公鑰管理」->「新增部署公鑰」 ,新增生成的 public key 新增到倉庫中。

新增後,在終端(terminal)中輸入ssh -t [email protected]

github新增ssh公鑰

一 windows下生成github的ssh公鑰 1.安裝git,開啟git bash 2.鍵入命令 ssh keygen t rsa c email email.com email email.com 是github賬號 3.提醒你輸入key的名稱,輸入如id rsa 4.在c documents...

github生成SSH公鑰

ssh keygen t rsa c your email youremail.com 然後輸入github上的密碼 enter passphrase empty for no passphrase type a passphrase enter same passphrase again type...

生成 新增SSH公鑰

ssh keygen t rsa c xx xx.com generating public private rsa key pair.按照提示完成三次回車,即可生成 ssh key。通過檢視 ssh id rsa.pub檔案內容,獲取到你的 public key cat ssh id rsa.pu...