NASA-IMPACT / NASA-IMPACT/veda-docs
Add Windows-specific instructions for ~/.ssh/config
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 10
- Forks
- 16
- Avg merge
- 2d 31m
- Merged PRs (30d)
- 4
Description
Add Windows-specific configuration details.
Currently, the instructions suggest:
Host hub.openveda.cloud
User jovyan
ProxyCommand websocat --binary -H='Authorization: token <YOUR-JUPYTERHUB-TOKEN>' asyncstdio: wss://%h/user/<YOUR-JUPYTERHUB-USERNAME>/sshd/
On Windows, it may be necessary to install a Windows-specific build of websocat.
Then, instead of asyncstdio:, we have to use - instead, so the configuration becomes:
Host hub.openveda.org
User jovyan
ProxyCommand C:/<WEBSOCAT INSTALL FOLDER>/websocat.exe --binary -H="Authorization: token <YOUR-JUPYTERHUB-TOKEN>" - wss://%h/user/<YOUR-JUPYTERHUB-USERNAME>/sshd/
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name a documentation file or test. Locate the existing SSH configuration instructions, then add the Windows websocat installation note and the Windows-specific ProxyCommand example shown here. Done means Windows users can follow the documented configuration for connecting to the hub.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 74/100