ssh-keygen 使用的时候可以直接使用 -f 参数 指定密钥保存文件,省去后面生成成功后再提示选择保存文件:
ssh-keygen -t rsa -C "abc@example.com" -f ~/.ssh/id_rsa