ssh-keygen -t rsa ssh-copy-id root@192.168.2.130
Host centos Port 22 HostName 192.168.2.130 User root IdentityFile ~/.ssh/id_rsa IdentitiesOnly yes
ssh centos