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 密钥