创建密钥
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