Fedora 16启动ssh服务
由于Fedora 15/16使用systemd服务,
1.启动SSH服务
#systemctl start sshd.service
2.随系统一起启动服务
#systemctl enable sshd.service
3.开启防火墙22端口
#iptables -I INPUT -p tcp --dport 22 -j ACCEPTposted on 2012-10-29 20:31 Junda.chen 阅读(335) 评论(0) 编辑 收藏 举报