centos7.3 32位 安装ssh实现远程登陆

centos7.3 32位 安装ssh实现远程登陆


  1. 安装ssh
sudo yum install openssh*
  1. 关闭防火墙(永久禁用)
sudo systemctl disable firewalld
  1. 重启ssh
sudo systemctl restart sshd

4.设置为开机自启动

sudo systemctl enable sshd

ends…

你可能感兴趣的:(Linux,centos,linux,openssh)