什麼是 SSH 金鑰?公開金鑰、私密金鑰與金鑰對詳解
了解 SSH 金鑰的運作原理:公開金鑰與私密金鑰的差異、Ed25519 與 RSA 演算法比較、如何將 SSH 金鑰加入 GitHub,以及金鑰儲存位置與密碼短語的最佳實踐。
- An SSH key is a cryptographic credential made of a public key and a private key.
- The private key proves identity without being sent over the network.
- SSH keys are commonly used for GitHub, GitLab, server login, automation, and CI/CD access.
什麼是 SSH 金鑰?公開金鑰、私密金鑰與金鑰對詳解
SSH 金鑰產生器:線上產生 SSH 金鑰