ssh-keygen -t rsa -b 1024 -f yourkeyname -C "备注"

参数:

-b 采用长度1024bit的密钥对,b=bits,最长4096,默认不用此参数

-t rsa 采用rsa加密方式,t=type,默认即为 rsa

-f 生成文件名,f=output_keyfiles

-C 备注,C=comment

Enjoy it !

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2022-02-15
  • 2022-12-23
相关资源
相似解决方案