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

阅读 56

2023-02-02


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…


相关推荐

精彩评论(0)

0 0 举报