Fedora 17 已经安装好openssh server了 不用再装
不过默认无开启
首先su root
1.开启ssh服务
# systemctl start sshd.service
2.随系统一起启动服务
# systemctl enable sshd.service
3.开启防火墙22端口
# iptables -I INPUT -p tcp --dport 22 -j ACCEPT
测过ok
本文详细介绍了如何在Fedora 17系统中安装并配置SSH服务,包括开启服务、确保防火墙开放22端口以及验证服务是否正常运行。
429

被折叠的 条评论
为什么被折叠?



