1.没有 ip addr 指令
yum -y install initscripts
2.没有ssh 基本环境
yum install -y openssh-server
ssh-keygen -q -t rsa -b 2048 -f /etc/ssh/ssh_host_rsa_key -N ''
ssh-keygen -q -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -N ''
ssh-keygen -t dsa -f /etc/ssh/ssh_host_ed25519_key -N ''
passwd root
输入root 用户的密码
重复输入密码
/usr/sbin/sshd -D &