ssh-keygen 指令:產生 SSH 金鑰的實用範例
ssh-keygen 產生 Ed25519/RSA SSH 金鑰的實用範例,包含檔名、註解、密碼短語、指紋、GitHub 與伺服器連線測試。
- ssh-keygen is the OpenSSH command-line utility for creating and managing SSH key pairs.
- The recommended modern command is ssh-keygen -t ed25519 -C "you@example.com".
- Use ssh-keygen -t rsa -b 4096 only for older systems that do not support Ed25519.
ssh-keygen 指令:產生 SSH 金鑰的實用範例
SSH 金鑰產生器:線上產生 SSH 金鑰