-
Notifications
You must be signed in to change notification settings - Fork 5
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
Does it support unix socket for port forwarding? #12
Comments
According to this issue, it seems some unix socket forwarding is supported mwiede/jsch#73 . I will try it out and see if it works.
|
I don't think bbssh works as is with remote sockets but it should be easy to support IMO.
Also there is an example that does kind of exactly what I want: forward the docker socket . |
I tried with:
and I got
|
I tested this code and it works to forward a docker socket.
|
This will be an issue with the serialisation across the pod boundary. I will have a look at it a little later. Should be pretty easy to fix. |
Downloaded new release, replaced it on path at Ran the script bellow and it works. Thank you! Are you planning on doing a release soon?
|
released in 0.5.0 |
With ssh I have the option of providing a local socket that forwards to a remote proxy.
Does bbssh support unix socket?
One use case is to connect to docker socket via ssh.
I would like to use https://github.com/lispyclouds/contajners over unix socket for a remote host.
man ssh
The text was updated successfully, but these errors were encountered: