SSH Server Feature
Last updated
Last updated
PrimeHub provides a feature of SSH Server that users are allowed to access into their own launched Notebook via SSH. A practical use-case is that users are able to use IDEs such as VSCode which has remote-ssh extension for the development remotely. In other words, it provides other possible development options for users who like to use rich-features IDEs instead.
Before starting a notebook, expand Show advanced settings
and check Enable SSH Server
.
Hovering the cursor over the code block, copy the configuration by clicking the copy icon.
Press Start Notebook
to launch the JupyterHub.
Go back to your local, edit the ~/.ssh/config
with adding the copied configuration at your local. Make sure jupyter-<username>
and ~/.ssh/id_rsa
(private key) are correct according to your circumstance.
After Notebook is launched,
Drag-n-drop a public key (e.g. id_rsa.pub
) from your local to the File Browser
of the opened JupyterHub tab on browser.
Open Terminal
on Notebook, run the commands
Go back to your local, run the command for verification.
After SSH into the Notebook successfully, you should see the prompt:
If you are familiar with VSCode, check our guide, VSCode + Remote-SSH.
If permission denied or connection refused occurs, please check our advices for troubleshooting.