- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: cant ssh to my server ip
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2012 04:27 AM
02-15-2012 04:27 AM
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.
- Tags:
- ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2012 07:09 AM
02-15-2012 07:09 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2012 03:11 PM
02-28-2012 03:11 PM
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?