Operating System - Linux
1748074 Members
5539 Online
108758 Solutions
New Discussion

Re: cant ssh to my server ip

 
SBagheri
Occasional Advisor

cant ssh to my server ip

 

i can ping my server ip but cant ssh to it and i hv this error in raid controller:

 

 

 

 

Smart Array P410i in Slot 0 (Embedded)    (sn: 5001438012010CF0)

CACHE STATUS PROBLEM DETECTED: The cache on this controller has a problem.
                               To prevent data loss, configuration changes to
                               this controller are not allowed.
                               Please replace the cache to be able to continue
                               to configure this controller.

2 REPLIES 2
Steven Schweda
Honored Contributor

Re: cant ssh to my server ip

> [...] my server [...]

   Not a very detailed description of anything.

> I [...] cant ssh to it [...]

   "I can't" is not a useful problem description.  It does not say what
you did.  It does not say what happened when you did it.  As usual,
showing actual commands with their actual output can be more helpful
than vague descriptions or interpretations.

   Depending on the problem, adding "-v" (or "-vv", or "-vvv", ...) to
an "ssh" command might be informative.

> [...] and i hv this error in raid controller:
> [...]

   Do you think that this is related to the SSH problem?  What else is
wrong?

Wilfred Chau_1
Respected Contributor

Re: cant ssh to my server ip

raid controllers and ssh don't seem to connect.....

 

did you try nmap and see if the port is opened? 

 

# nmap -p22 <your server>

 

Do you have any firewall that is blocking port 22?