NASA-IMPACT / NASA-IMPACT/veda-docs

Add Windows-specific instructions for ~/.ssh/config

Open Beginner friendly
#281 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.