创建密钥对
ssh-keygen -t rsa
在私密文件夹里
ls - al查看私密文件夹
进入.ssh文件
在此文件中执行ssh-keygen -t rsa
之后将其拷贝到其他服务器
ssh -copy-id hadoop103