LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installed sshd, doesn't work....yet (https://www.linuxquestions.org/questions/linux-software-2/installed-sshd-doesnt-work-yet-756645/)

Poincare 09-20-2009 08:09 PM

Installed sshd, doesn't work....yet
 
I want to get remote login via ssh working and I did the following command:
Code:

sudo apt-get install ssh
And it installed sshd alright. But, how do I get sshd to run at startup and for it to allow remote login?

jhwilliams 09-20-2009 08:53 PM

Quote:

Originally Posted by Poincare (Post 3691062)
I want to get remote login via ssh working and I did the following command:
Code:

sudo apt-get install ssh
And it installed sshd alright. But, how do I get sshd to run at startup and for it to allow remote login?

Those things happen anyway. If it's not running, try /etc/init.d/ssh start


All times are GMT -5. The time now is 08:28 PM.