Cannot run SSH or send commands to /etc/init.d/ssh

Posted by ThinkBohemian on Server Fault See other posts from Server Fault or by ThinkBohemian
Published on 2010-03-23T00:14:38Z Indexed on 2010/03/23 0:21 UTC
Read the original article Hit count: 442

Filed under:
|
|

When I attempt to execute any commands such as /etc/init.d/ssh restart or /etc/init.d/ssh start, I get no output. It just goes to the next command line (Ubuntu Hardy). I can even pass in junk parameters such as /etc/init.d/ssh asldkfjalskfdj and i get no warnings or error messages, it just goes to the next line. I can check in my processes:

lsof -i :22

and don't see my ssh process. I also don't see my SSH process when i run:

netstat -na --inet

Any troubleshooting suggestions?

© Server Fault or respective owner

Related posts about ssh

Related posts about ubuntu