Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Failed to connect sshd
Failed to connect sshd [message #1394007] Fri, 04 July 2014 16:24
Arturo Milesi is currently offline Arturo MilesiFriend
Messages: 1
Registered: July 2014
Junior Member
Hello!
I downloaded Eclipse Luna IDE for C/C++ Developers on my windows 8 laptop,
Now I need to connect my pc to a remote pc, a linux server.
So I created a ssh connection, following this steps http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.rse.doc.user%2Fgettingstarted%2Fgusing.html

When I try to connect to the server, I receive this error:
Failed to connect sshd on "XXX.XXX.XXX.XXX:22"
java.net.ConnectException: Connection timed out: connect

So I tried to connect to the localhost just for try the connection, but this time I receive this error:
Failed to connect sshd on "LOCALHOST:22"
java.net.ConnectException: Connection refused: connect

So my questions are:
1. Why the connection to the server goes timed out?
2. Why the connection to the localhost is refused? And what user and password I have to insert for the localhost option?

Thanks!
Previous Topic:CDT formatter makes my code messy because of C++11's keyword 'final'
Next Topic:debugging child process in eclipse
Goto Forum:
  


Current Time: Thu Mar 28 23:56:25 GMT 2024

Powered by FUDForum. Page generated in 0.02074 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top