1.確保已經開啟靜態(tài)IP
2.安裝 openssh-server
yum install -y openssl openssh-server
3.修改配置文件
vim /etc/ssh/sshd_config
打開22端口(此處可以自定義糖权,默認22)
允許root賬戶登錄
啟動ssh服務
systemctl start sshd.service
重啟網絡
service network restart
設置開機啟動ssh服務
systemctl enable sshd.service
完成