2020年3月2日 星期一

[SSH] Git 和 SSH

1.開啟Git Bash

2.產生公私鑰 ssh-keygen -t rsa -C "XXX"
"XXX" = email
Enter file in which to save the key:
Enter passphrase
Enter same passphrase again
RSA 2048

3.顯示公鑰 cat ~/.ssh/id_rsa.pub

4.將公鑰新增至Server端

5.設定完畢
git clone "ssh"

沒有留言:

張貼留言