yam install ssh
service sshd start
1 ssh -p 端口 用户名@ip # 回车 2 登陆密码 ssh -p 22 root@10.10.21.11 端口默认是22,可以直接:ssh root@10.10.21.11