首页 > 其他 > 详细

ssh生成公钥

时间:2019-12-24 17:03:44      阅读:81      评论:0      收藏:0      [点我收藏+]
ssh-keygen -t rsa -C "yourEmail"
# ssh-keygen -t rsa -C "jiqing@caomall.net"
Generating public/private rsa key pair.
Enter file in which to save the key (/home/jiqing/.ssh/id_rsa): 
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /home/jiqing/.ssh/id_rsa.
Your public key has been saved in /home/jiqing/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:ONSoXby13nKWtTJkM8O5yrpwlJQL1OCfO9dIX0wvoCY jiqing@caomall.net
The key's randomart image is:
+---[RSA 2048]----+
|      oo         |
|     o +..       |
|      = * . . .  |
|     + * * + = . |
|    . + E = O = .|
|       o * B O o |
|      . + = @ .  |
|       o + = o   |
|        ooo      |
+----[SHA256]-----+

技术分享图片

ssh生成公钥

原文:https://www.cnblogs.com/jiqing9006/p/12091687.html

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