Skip to content
空 格
Main Navigation
首页
博客文章
妙想屋
Return to top
On this page
上传ssh公钥到目标服务器
创建密钥
shell
ssh-keygen
-t
rsa
-b
4096
-C
"xx@xx.xx"
上传
shell
sudo
ssh-copy-id
-i
/Users/xx/.ssh/id_rsa.pub
root@127.0.0.1