查看本地ssh keyls -la ~/.ssh 產生ssh key這裡選擇 rsa 4096 的加密算法 (不同主機之間的兼容性較高) ssh-keygen -t rsa -b 4096 -C "your_email@example.com"