LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   setting up sshd in fedora 15 (https://www.linuxquestions.org/questions/linux-networking-3/setting-up-sshd-in-fedora-15-a-897989/)

zob 08-18-2011 01:10 AM

setting up sshd in fedora 15
 
hello, I am trying to set up my laptop to work as an ssh server. when I try to set up ssh on my computer I first clear ssh in the fire wall program included with fedora. then I try to use the command "service restart sshd" to restart sshd as a service. when I run this command I get the out put "restart: unrecognized service" can any one tell me what is going wrong? or give a solution?

{BBI}Nexus{BBI} 08-18-2011 01:20 AM

Quote:

Originally Posted by zob (Post 4446291)
then I try to use the command "service restart sshd" to restart sshd as a service.

You're mis-typing the command, it should be:
Code:

service sshd restart

zob 08-18-2011 09:36 AM

ok thanks!, that worked


All times are GMT -5. The time now is 04:19 AM.