linux 创建密钥对

ssh-keygen -t rsa -b 4096 -C "408811093@qq.com"

复制公钥到服务器, 免密登录

ssh-copy-id root@10.12.15.198