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 ACCEPT

posted on 2012-10-29 20:31  Junda.chen  阅读(334)  评论(0编辑  收藏  举报

导航