Skip to content

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

Description

@NicolasRouquette

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/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions