pabsan-0/tmux-lan-deploy

Conection refused

pimientofrito opened this issue · 1 comments

Hi! First of all, thank you for sharing this!

I'm currently trying to make it work with two different machines that I'm working with.

The issue I'm encountering is that the workspace opens, but usually, the second connection is refused when I call the script.

Here's the error message I'm seeing:
> ssh -F ssh.config user@192.168.X.X
ssh: connect to host 192.168.X.X port 22: Connection refused

I have already checked the cables and even replaced them. I also changed the order of the calls, but the issue persists randomly. Interestingly, I added a delay on the second pane, and it was working fine until now, when I'm facing the same problem with the first connection, which was previously working without any issues.

After commit f45ab28 you can find more comprehensive documentation and updated boilerplate files for two remotes, I have found no issues with these. However while testing I never found port 22 errors (I did on other ports), so yours might be an edge case.

Double check your template against the new boilerplate and get back to me if the issue persists.

Cheers^^