首页 > 其他 > 详细

Generate SSH key

时间:2018-07-11 14:03:33      阅读:165      评论:0      收藏:0      [点我收藏+]
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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!