-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSH config with branching #502
Comments
Can you try whether https://github.com/xpipe-io/xpipe-ptb works for you, I fixed a few things relating to that |
Thanks so much for your efforts, but so far it didn't fix it for me. With the above config, it still tries to connect on port 22 when discovering connections. I played around with the SSH config and tried for example:
SSH sessions work fine for both users/ports in the terminal, but not with xpipe. Perhaps the problem is because there is no default User for the "find available connections" session. I don't think (AFAIK) I can set one in the SSH config and still have the matching work. That said, I found I was able to create the connections manually just fine. So if you have bigger priorities, it's really not a problem. Its mainly a matter of aesthetics so the connections appear automatically, in the right place and without and error when auto exploring a config file. |
Ah, for some reason I didn't think to add the user there. Before, I think it found it automatically from the config. Anyway, it's working now, thanks again! We can close the issue unless you want to keep it open. |
xpipe doesn't seem to handle branching within an SSH config. For example:
The use case here is for example to have a normal SSH user, and then another for a service/container like GItlab or Gitea that require their own additional SSH server.
Currently, the host shows up in new pipe, but the discovery for the sub connections fails with:
It tries to connect on port 22, which is not open. I also tried giving each branch an explicit HostName, but that didn't work.
I'm not sure if this would be complicated to implement. I haven't tried manually creating connections to each of these, but I will and maybe that can be a workaround.
The text was updated successfully, but these errors were encountered: