Linux生成SSH公钥

一、运行 ssh-****** -t rsa -C “[email protected]

[email protected] 为你自己的邮箱
按照提示完成三次回车,即可生成 ssh key。

二、cat ~/.ssh/id_rsa.pub 文件内容,获取到你的 public key

Linux生成SSH公钥

相关文章:

  • 2021-05-18
  • 2021-07-09
  • 2022-02-22
  • 2021-05-26
  • 2021-12-03
猜你喜欢
  • 2021-05-19
  • 2022-01-13
  • 2021-08-17
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2021-04-27
相关资源
相似解决方案