1. 程式人生 > >碼雲設定公鑰

碼雲設定公鑰

  1. 輸入命令 ssh-keygen -t rsa -C "username" 生成公鑰

  2. 回車

  3. 輸電腦開機密碼

  4. 再回車

  5. 再次輸入開機密碼

  6. 看到上圖說明成功了

  7. 終端上會顯示Your public key has been saved in /Users/apple/.ssh/id_rsa.pub.

  8. 終端輸入cd  /Users/apple/.ssh/

  9. 終端輸入ls

  10.  cat id_rsa.pub.

  11. 把 ssh-rsa 開頭 username結尾的全部複製 貼上到你的碼雲

  12. 搞定