Question

  Asked: Jan 30 2008   7:55 PM GMT
  Asked by: Natofia


NO route to host


SSH, CentOS

I have a centOS 4.5 i can ping to goole.com and i can ping each other but i cannot ssh and that is the erro message when i do the ssh. Please help

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0



Your going to want to make sure you have the SSH port open on your server. Also make sure SSHd is running.

Check if ssh is even running

service sshd status

or

/etc/init.d/sshd status

or

netstat -pan | grep ssh

or

nmap -sT localhost


look for port 22


If you see nothing then

service sshd start

or

/etc/init.d/sshd start
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Linux.

Looking for relevant Linux Whitepapers? Visit the SearchEnterpriseLinux.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Ysrd  |   May 8 2008  2:33AM GMT

Also check that in your network security that you have let ports for ssh set to open. If you have the firewall on but not set it to open the port (22) for ssh then in the gui network security applet click the checkbox beside the ssh entry.