Generate SSH key

Posted huanlegu0426

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Generate SSH key相关的知识,希望对你有一定的参考价值。

Generate SSH KEY by using following commands:
ssh -keygen -t rsa

 Think this command not only works in Windows, but also works in Mac & Linux.

 It will generate a private & public key pair in your user directory foler:

~/.ssh/

the 2 keys are store in below 2 files:

id_rsa
id_rsa.pub

  

 

 

以上是关于Generate SSH key的主要内容,如果未能解决你的问题,请参考以下文章