centos7.3 32位 安装ssh实现远程登陆
- 安装ssh
sudo yum install openssh*
- 关闭防火墙(永久禁用)
sudo systemctl disable firewalld
- 重启ssh
sudo systemctl restart sshd
4.设置为开机自启动
sudo systemctl enable sshd
ends…
centos7.3 32位 安装ssh实现远程登陆
阅读 54
2023-02-02
sudo yum install openssh*
sudo systemctl disable firewalld
sudo systemctl restart sshd
4.设置为开机自启动
sudo systemctl enable sshd
ends…
相关推荐
精彩评论(0)