服务器SSH密钥管理规范
密钥使用说明 1. ssh用户名默认为邮箱前缀 2. 使用RSA类型SSH密钥对,长度不小于2048 3. 生成的key必须要配置passphrase 4. 密钥对生成后请自行妥善保管,任何情况下都不得将私钥提供给他人 5. 建议为私钥保留备份(压缩为Zip并添加密码),避免密钥丢失 建议生成方法 推荐使用Linux系统命令ssh-keygen -t rsa -b 2048生成密钥对 ops-coffee@onlinegame:~$ ssh-keygen -t rsa -b 2048 Generating public/private rsa key pair. Enter file in which to save the key (/home/ops-coffee/.ssh/id_rsa): Created directory '