-
Notifications
You must be signed in to change notification settings - Fork 32
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
Deploy SSH and SFTP to PANGEO hubs #806
Comments
Let me know how I can help out. I think our CI/CD is a bit fragmented right now. The AWS hub is via GitHub actions and the GCP hub is deployed through |
I think this would be a great feature to have. I would be particularly interested if this would enable me to edit files remotely via vscode? This would enable me to fully transition most of my work to the pangeo hubs 🤗 |
@jbrasch unfortunately vscode would require yuvipanda/jupyterhub-ssh#26 to be implemented before it can work. |
That makes sense. Thanks for the info, and also many thanks for working on this! |
Vague conversations with many folks indicated that there has always been interest in some way to transfer large amounts of files efficiently in and out of home directories in JupyterHub. SFTP / SCP has been mentioned as a popular candidate....
I've spent the last 10 days or so working on jupyterhub-ssh which enables some of these use cases. Current features are:
I've it experimentally deployed in the JupyterHubs run for UC Berkeley - docs here (https://docs.datahub.berkeley.edu/en/latest/users/ssh.html), and ping me privately for test access to our workshop hub if you wanna try it. github.com/berkeley-dsep-infra/datahub/ is the hubploy-setup repo that also have jupyterhub-ssh deployed...
I think this would be a great fit for the PANGEO hubs. Anyone wanna help me get this added here? :)
The text was updated successfully, but these errors were encountered: