yuvipanda / jupyterhub-ssh

SSH Access to JupyterHubs
BSD 3-Clause "New" or "Revised" License
93 stars 29 forks source link

Clarification about host's private SSH Key #37

Closed klapeyron5 closed 3 years ago

klapeyron5 commented 3 years ago

Hi, thanks for your project.

I have an access to JH through a web page, then generating token, launching jupyter server, and can connect from VSCode to this jupyter server. But there is no possibility for me to connect through SSH to the machine with this running JH, so I have a question about 4th point from Installation instruction:

Put in the config file at least the following two config options: 1) c.JupyterHubSSH.hub_url: URL of JupyterHub to connect to. 2) c.JupyterHubSSH.host_key_path: Path to host's private SSH Key.

What SSH Key should I specify in config c.JupyterHubSSH.host_key_path option ?