-
Notifications
You must be signed in to change notification settings - Fork 0
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
websocat: WebSocketError/unknown port #1
Comments
OOOO sorry for not seeing this before, @dhruvbalwada can you post full sshd config, ssh command line used? |
Here is the ssh command line : When the hub instance was started using my test image
When hub instance was started using your test imaeg
I sent the sshd config on slack, as I was unsure if it is safe to post it here. Let me know what else you need, or if I didn't send the right things. |
I can reproduce it with this image, but I also don't see Can you try rebuilding the image and see if |
Hey folks, so I just looked at the build log and it seems like its getting installed (see here and here) and then pushed to I just tested pulling the image and it is not installed! I faintly remember that I had issues with pip installs following this pattern (there must have been a reason I installed them seperately e.g. here but I cant quite recall). |
I did the same thing here and that worked! |
Or do we need to provide |
This is my dockerfile, fwiw |
I think the crux here is that we are using the pangeo-notebook image (which installs into the Let me test my hypothesis and report back. |
Yep (i believe) I fixed it in leap-stc/test-image-balwada#4. I can now pull
@dhruvbalwada could you test with that again? |
It works now! Thank you both for sorting this out. |
I have moved ahead and made a PR to the pangeo docker images to get this upstream. EDIT: I cant close. @yuvipanda |
Hey @yuvipanda I added jupyter-sshd-proxy to the pangeo image and set this new image as default (
When I try to run
I get
This is totally out of my wheelhouse unfortunately. If you have a minute could you look into this? |
I just dug into this a little, turns out that In addition, unless you have aliases set up otherwise, your config should be |
I just checked on leap.2i2c.cloud and am still getting the same error, but it also seems that is because leap.2i2c.cloud is not inheriting the latest docker image that was generated after pangeo-data/pangeo-docker-images#588. Is that something that will happen automatically after some period? |
@dhruvbalwada can you manually check with the latest image version
Nope its manual, happy to submit the update once we confirmed that it works. |
What will be image name that I put in when starting the hub? The text in gray above returns invalid image. |
Oh sorry I meant to just just past the tag. You have to enter |
The tag should be |
Just checked, and this works!! |
Nice! Ill get the default image changed rn. |
@jbusecke and I have been trying to setup jupyter-sshd-proxy on the LEAP hub.
Following the instructions in the readme, we setup this image:
Repo for new image: https://github.com/leap-stc/test-image-balwada
Image: https://quay.io/repository/leap-stc/test-image-balwada?tab=tags&tag=5b146d660ff2
However, when trying to ssh to this, we get the error:
To test if there were any problems with our ssh connections, we tested by sshing to hub with test image (
quay.io/yuvipanda/pangeo-jupyter-sshd-proxy:latest
). This worked and we were able to use terminal to navigate.Wondering what we might be doing wrong with our own test image?
The text was updated successfully, but these errors were encountered: