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

从 ssh private key 中重新生成 public key

时间:2019-10-31 16:20:23      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:option   col   man   bsp   nbsp   for   pre   class   file   

Use the -y option to ssh-keygen:

ssh-keygen -f ~/.ssh/id_rsa -y > ~/.ssh/id_rsa.pub

 

From the ‘man ssh-keygen‘

-y This option will read a private OpenSSH format file and print an OpenSSH public key to stdout.

从 ssh private key 中重新生成 public key

标签:option   col   man   bsp   nbsp   for   pre   class   file   

原文地址:https://www.cnblogs.com/pekkle/p/11771598.html

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