ssh-keygen的-C后面的邮箱有什么用?

Posted BaldWinf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ssh-keygen的-C后面的邮箱有什么用?相关的知识,希望对你有一定的参考价值。

每次生成密钥,看到国内的博客,都要求输入邮箱。但不知道意义何在。

后来在stackOverFlow上看到这个答案。

The email is only optional field to identify the key.
邮箱仅仅是识别用的key

When you create the ssh you type (for example):
ssh-keygen -t rsa -C “any comment can be here”
当你创建ssh的时候

-t = The type of the key to generate
密钥的类型
-C = comment to identify the key
用于识别这个密钥的注释
So the Comment is for you only and you can put anything inside.
Many sites and software are using this comment as the key name.
所以这个注释你可以输入任何内容,很多网站和软件用这个注释作为密钥的名字

以上是关于ssh-keygen的-C后面的邮箱有什么用?的主要内容,如果未能解决你的问题,请参考以下文章

ssh-keygen -t rsa -b 4096 -C "邮箱"

Git项目创建与提交

公司的邮箱怎么登陆?

OUTLOOK问题

Git基础操作

如何使用ssh-keygen生成key