LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Cannot ssh inside my network (https://www.linuxquestions.org/questions/linux-networking-3/cannot-ssh-inside-my-network-465901/)

cucolin@ 07-21-2006 02:58 PM

When I type: "etc/init.d/sshd start" I get file not found. But if I type: etc/init.d/ssh start I get: Restarting OpenBSD Secure Shell server.....[OK]. Then I ran sudo netstat -plant | LISTEN" command and I got:

tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 5279/mysqld

tcp6 0 0 :::80 :::* LISTEN 10057/apache2

cucolin@ 07-24-2006 09:34 AM

Yes!! iamwilliam, thanks!! This command worked fine "invoke-rc.d ssh restart", but I don't understand why this command did NOT start the service: "/etc/init.d/sshd start". It was a very confusing experience, but that's how people learn!

Thanks everybody!!!


All times are GMT -5. The time now is 01:09 AM.