码迷,mamicode.com
首页 > 其他好文 > 详细

Generate SSH key

时间:2018-07-11 14:54:23      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:not   rate   id_rsa   lang   ssh key   OWIN   ash   directory   als   

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

标签:not   rate   id_rsa   lang   ssh key   OWIN   ash   directory   als   

原文地址:https://www.cnblogs.com/huanlegu0426/p/ssh-kay-gen.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!