On Sun, 2012-09-16 at 13:00 -0400, Jim wrote:
> Fedora 17
> SSHD is not in or started in Services , how do I start it ?

As root:
systemctl enable sshd.service (to ensure it starts at boot time)
systemctl start sshd.service (to start it)
systemctl restart sshd.service (to restart it)
systemctl stop sshd.service (to stop it)

I still find this a useful resource:
http://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet

Hope that helps...

Mark


Attachment: signature.asc
Description: This is a digitally signed message part

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to