ssh 公钥

167 阅读1分钟
查看ssh配置
cd ~/.ssh
查看 ssh公钥
cat ~/.ssh/id_rsa.pub
创建 ssh
ssh-keygen -t rsa -C "your.email@example.com" -b 4096