yuvipanda / jupyterhub-ssh

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

Added support for named server #68

Open stubclan opened 2 years ago

stubclan commented 2 years ago

What does this PR have?

Current jupyterhub-ssh only supports ssh connection to unnamed server. I added few lines to support named server as well.

The way it'd work is if you have a named server, you'd simply do ssh user-namedserver@hub_url

It also does create the named server automactically if it doesn't exist, which you'll be able to view in the JupyterHub UI as well.

All the other features remain the same and you can still connect to unnamed server by just user@hub_url

chilin0525 commented 10 months ago

I think this is important feature🤔 But why no discussion ?

elgalu commented 8 months ago

👍🏽