您的位置: 首页 > 文章 > Linux生成SSH公钥 Linux生成SSH公钥 分类: 文章 • 2024-05-23 19:30:52 Linux生成SSH公钥 一、运行 ssh-****** -t rsa -C “[email protected]” [email protected] 为你自己的邮箱 按照提示完成三次回车,即可生成 ssh key。 二、cat ~/.ssh/id_rsa.pub 文件内容,获取到你的 public key