Skip to content

Failed to connect to server #236

Discussion options

You must be logged in to vote

The ssh client code we're using (written in C) has been a bit unreliable, so there's work to update it (found in the RusshSupport branch). In addition, since you're interested in Docker, there's also work to support Docker directly instead of needing to host the distant server within containers or use ssh.

In the meantime, the error you're getting appears to be refusal to connect to the TCP port, which means that the server may not be listening properly. Here's what I would try:

  1. Make sure that a distant manager is running on your host machine. For now, you can run this in the foreground while we test:
    distant manager listen
  2. Open a port on your VM like you did. In this case, 8080.
  3. Run th…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MarcelRobitaille
Comment options

@MarcelRobitaille
Comment options

Answer selected by MarcelRobitaille
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants