1.打开终端,进入ssh文件 cd ~/.ssh 2.输入命令生成 sshkey ssh-keygen -t rsa -C "xxxxx@xxx.com" 3.查看生成的公钥 第一种方式: cat ~/.ssh/id_rsa.pub