linux一般为在自己的家目录下建立 .ssh 文件夹 中生成密钥

/home/username/.ssh

生成的命令如下:

ssh-keygen -t rsa -C "yourname@you.local"

 

其中

yourname@you.local

可以随意些,一般建议包含@

相关文章:

  • 2022-12-23
  • 2021-06-17
  • 2022-03-07
  • 2021-05-17
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2022-01-01
猜你喜欢
  • 2021-12-03
  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-08-22
相关资源
相似解决方案