ssh-keygen 使用的时候可以直接使用 -f 参数 指定密钥保存文件,省去后面生成成功后再提示选择保存文件:

  

  ssh-keygen -t rsa -C "abc@example.com" -f ~/.ssh/id_rsa

相关文章:

  • 2021-09-05
  • 2022-12-23
  • 2021-04-27
  • 2021-08-25
  • 2021-07-09
  • 2021-05-18
  • 2021-05-26
  • 2022-02-22
猜你喜欢
  • 2021-11-19
  • 2022-02-15
  • 2021-09-18
  • 2021-10-21
相关资源
相似解决方案