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

  

 

 
posted @ 2018-07-11 12:18  huanlegu0426  阅读(185)  评论(0编辑  收藏  举报
returnTop $(function(){ $('#returnTop').click(function () { $('html,body').animate({ scrollTop: '0px' }, 800); returnfalse; }); });